Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
One possible program:
password = ""
while password != "python123":
password = input("Enter password: ")
print("Access granted")