Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Welcome to System")
- password = "adjswj2^7"
- user_input = input("Enter Your Password: ")
- while user_input != password:
- print("Wrong Password, Try Again!")
- user_input = input("Enter Your Password: ")
- else:
- print("Welcome ....")
Add Comment
Please, Sign In to add comment