user input pyton 3 code example
Example 1: user input python
input = input("Enter your value: ")
print(input) # prints the input
Example 2: python user input
user = input("yes, no\n")
input = input("Enter your value: ")
print(input) # prints the input
user = input("yes, no\n")