+ 1
How do you print your name
need answers
6 Respostas
+ 24
print("noob")
+ 1
print("Your ", end=' ')
print("Name")
0
<?= sprintf("Your %s", "Name"); ?>
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)
0
008 means this
name="Sahal"
print("My name is " + name)
0
>>> print ('Abdul Waheed')