Strings on python. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

Strings on python.

Someone can help me with that code? ( it's my first code ever) https://code.sololearn.com/ckDOVqa9m4cd/?ref=app

21st Jan 2018, 8:43 PM
Vinicius Rocha Perrud
Vinicius Rocha Perrud - avatar
6 ответов
+ 7
What's the problem? can you give more details on the question?
21st Jan 2018, 8:54 PM
Ipang
+ 3
print("enter name") name = input() print(name)
21st Jan 2018, 11:13 PM
emmey
emmey - avatar
+ 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.
21st Jan 2018, 11:04 PM
Vinicius Rocha Perrud
Vinicius Rocha Perrud - avatar
+ 2
PS: sorry for my bad English (^^)
21st Jan 2018, 11:05 PM
Vinicius Rocha Perrud
Vinicius Rocha Perrud - avatar
+ 1
input("name here: ") put a colon and a space for aesthetics.
21st Jan 2018, 9:00 PM
emmey
emmey - avatar
+ 1
Really thanks, ^_^
21st Jan 2018, 11:15 PM
Vinicius Rocha Perrud
Vinicius Rocha Perrud - avatar