why doesn't input() work python code example
Example: why wont my phython program get any user input
username= input("Enter your username: ")
print ("Hello there " + username)
username= input("Enter your username: ")
print ("Hello there " + username)