I am making a program for my CS class. Is there a way, in python, to set more than one value to a variable? Am I thinking about this in the wrong way?
I need to make a program that asks a bank account holder for their username.
If that user name is in the the system it asks for the pin.
If not, it kicks them back a step
If the username and pin match then it displays their account details.
If not, again, it kicks them back a step
Any help would be greatly appreciated!