read variable in python code example
Example 1: how to get a user input in python
a = input("what is your input")
Example 2: python user input
user = input("yes, no\n")
a = input("what is your input")
user = input("yes, no\n")