I want to make a game that allows users to make a log in which requires them to make a username and password,I will then give them an option whether they woul like to register or log in.This is where I am stuggling as I dont know how to save their log in and then make it re appear when they choose to register with their log in.I dont know if this makes sense but it would really help if you could suggest a solution,i have inserted a bit of my code.
name=input("Please enter your name ")
age=input("Please enter your age ")
print("Hello" + name)
username=name+age
print("Your username is" +username)