how to make a python program remember input the next time you run it 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)