0
Can I assign an imput to a string?
When I prompt the user to input a statement, can I assign that to a string that can later be manipulated?
1 Respuesta
+ 2
name=input("Enter your name: ")
name is now a string variable with a value of whatever is input