0

How to get string input from user and store it in variable?

for example to store names in objects.

1st Aug 2017, 3:23 AM
Ayush Kumar Sharma
Ayush Kumar Sharma - avatar
1 Answer
+ 3
my_name = input("enter your name: ") print(my_name)
1st Aug 2017, 3:34 AM
BĂ ng Tứ Cường
BĂ ng Tứ Cường - avatar