Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while username != "Ronnie" or password != "FakeNews":
  2. username = str(input("What is your username?"))
  3. password = str(input("What is your password?"))
  4. if(username != "Ronnie" or password != "Break"):
  5. print("Incorrect Username or Password")
  6. else:
  7. print("Correct")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement