Help, whenever I type in an more than one or statements in a program, it will only run the first line of them, what is the problem?
if foo == "ADMIN" or "1":
os.system("cls")
global CODES
CODES = "BLUE"
PORTABLENESS()
elif foo == "IT" or "2":
os.system("cls")
global CODE
CODES = "Green"
PORTABLENESS()
elif foo == "STUDENT" or "3":
CODE = "STUDENT"
PORTABLENESS()