Question: Using python write a program that asks for username and password Start with while True: Assume that the username is your own name, and password
Using python write a program that asks for username and password
Start with while True: Assume that the username is your own name, and password is swordfish Then ask a user to enter their username If the name is incorrect, jump back to the beginning of the loop If the name is correct, print Hello + username + Enter your password
If a user inputs the correct password, print Access granted + username Otherwise jump to the beginning of the loop.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
