#Pasword Entry
password = input("Welcome To Computer Put In Your Password.")
if password == "35805":
print("Welcome,Caden")
else:
print("Wrong Password")
raise SystemExit("Wrong Password")
I want it to where I can put all of the same code except it says That and the other person has a different password
password = input("Welcome To Computer Put In Your Password.")
if password == "sister":
print("Welcome, sister")
it will be my sister's name But I'm not going to say what it is.
password = input("Welcome To Computer Put In Your Password.")
if password == "35805":
print("Welcome,Caden")
else:
print("Wrong Password")
raise SystemExit("Wrong Password")
password = input("Welcome To Computer Put In Your Password.")
if password == "Sisters password goes here":
print("Welcome,Sister")
else:
print("Wrong Password")
raise SystemExit("Wrong Password")
**I have Code here a calculator a notebook some books a bank and a pizza delivery serves not an actual bank or pizza delivery but...