why wont my python input take strings 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)