0
input codes using python.
hello , I'm trying to allow user to input a data but the code line is not working..
2 Respostas
+ 8
Can you show your code ?
Post it here so that we can help
+ 1
It's okay. fixed it already:
str = input("give a name\n")
print(str)
print(str.capitalize())
thanks 😉