Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import time
  2. print("Loading login...")
  3. time.sleep(3)
  4. print("Please login")
  5. time.sleep(1)
  6. username = input("What is your username?:")
  7. if username == jake:
  8. jake = str(jake)
  9. password = input("What is the password for:"+ username)
  10. if password == password:
  11. print ("Successfully Authenticated")
  12. time.sleep(5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement