+ 2
Strings on python.
Someone can help me with that code? ( it's my first code ever) https://code.sololearn.com/ckDOVqa9m4cd/?ref=app
6 Respostas
+ 7
What's the problem? can you give more details on the question?
+ 3
print("enter name")
name = input()
print(name)
+ 2
I just want make a string for put a name, and when I print ONLY print the name. In this way go: name here and the answer on the box.
+ 2
PS: sorry for my bad English (^^)
+ 1
input("name here: ") put a colon and a space for aesthetics.
+ 1
Really thanks, ^_^