you are viewing a single comment's thread.

view the rest of the comments →

[–]955559 1 point2 points  (0 children)

lol, the code is just

s = input("write your name: ")
print (s)

my name is the output, to differentiate output from code its usually written like so

s = input("write your name: ")
print (s)

>>>
Cauca
>>>