How do you print your name | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you print your name

need answers

28th Feb 2017, 9:10 PM
Sahal Aliyu
Sahal Aliyu - avatar
6 Answers
+ 24
print("noob")
28th Feb 2017, 9:11 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
print("Your ", end=' ') print("Name")
28th Feb 2017, 9:16 PM
LordHill
LordHill - avatar
0
<?= sprintf("Your %s", "Name"); ?>
28th Feb 2017, 9:27 PM
spotbot2k
spotbot2k - avatar
0
Im not familiar with Python but use this as a reference: Set a string variable to input Then print "my name is" + (variable you just created)
28th Feb 2017, 11:00 PM
Sterling Richard
Sterling Richard - avatar
0
008 means this name="Sahal" print("My name is " + name)
1st Mar 2017, 1:32 AM
LordHill
LordHill - avatar
0
>>> print ('Abdul Waheed')
1st Mar 2017, 5:22 PM
Abdul Waheed
Abdul Waheed - avatar