0

input codes using python.

hello , I'm trying to allow user to input a data but the code line is not working..

12th Dec 2017, 10:58 AM
Hadjer BENYAMINA
Hadjer BENYAMINA - avatar
2 Respostas
+ 8
Can you show your code ? Post it here so that we can help
12th Dec 2017, 11:05 AM
Nikhil
Nikhil - avatar
+ 1
It's okay. fixed it already: str = input("give a name\n") print(str) print(str.capitalize()) thanks 😉
12th Dec 2017, 11:31 PM
Hadjer BENYAMINA
Hadjer BENYAMINA - avatar