why wont my phython program get any user input

Solutions on MaxInterview for why wont my phython program get any user input by the best coders in the world

showing results for - "why wont my phython program get any user input"
Marty
09 Nov 2016
1username= input("Enter your username:  ")
2print ("Hello there " + username)