Prompting a user for input
Briefly

To get input from a user while your program is running, you can use Python's built-in input function to put your program on pause and prompt the user for input.
Now the color variable contains the string purple: After the user has typed the text they'd like to enter, they can hit the Enter key to lock-in the value.
Read at Pythonmorsels
[
]
[
|
]