+ 1
How can I put a dialog input?
self-explain
2 Answers
+ 1
tnks
0
What do you mean? You can take user input with the command input(). Inside of the parentheses, you can put a message for the user too.
a = input("Enter your name: ")
That would print the message and whatever the user inputs would be saved to the variable a.