How do I remove that line that appears at the end | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I remove that line that appears at the end

name ="James" age ="42"; print(name+"\tis\t"+age+"\tyears\t"+"old")

24th Sep 2021, 8:15 PM
Chinedu Victor Nwabueze
Chinedu Victor Nwabueze - avatar
4 Answers
+ 2
hello Chinedu Victor Nwabueze first thing I not some point with your questions before answer your question 1-make sure 99% someone asked whatever the question before you and get the answer ,so at first google you question or search in discuss here 2-for python there is pythonic way to discover any pure python module or built in function you what check this link would be useful for you https://www.sololearn.com/post/1296748/?ref=app Another way to go to documentation Finally the answer print("what ever you want",end="") #happy_coding
24th Sep 2021, 8:33 PM
Kyrillos Akram
Kyrillos Akram - avatar
0
Please, explaine better your problem
24th Sep 2021, 8:25 PM
Cesar Torres
Cesar Torres - avatar
0
You’re making a contact management system. The given program declares two variables, name and age. Complete the code to output "name is age years old", where name and age are the declared variable values.
24th Sep 2021, 8:31 PM
Chinedu Victor Nwabueze
Chinedu Victor Nwabueze - avatar
0
name ="James" age ="42"
24th Sep 2021, 8:31 PM
Chinedu Victor Nwabueze
Chinedu Victor Nwabueze - avatar