0
Please, how do I work with input function in python so that the user will be able to type in an answer?
3 Antworten
+ 2
# What is your name
answer = input()
+ 2
Please attach your code attempt here so we can see your problem
0
Yes, I tried that, but it's not working.