execute python from user input code example
Example 1: how to get user input python
x = input("enter prompt here: ")
Example 2: python user input
user = input("yes, no\n")
x = input("enter prompt here: ")
user = input("yes, no\n")