Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
The staff room door only opens when someone types the correct password: python123.
Write a program that:
Enter password: Access grantedUse a while loop and string comparison (==).
Skills: while, strings, input().