Advertisement
Guest User

Alwins brain freindship trust

a guest
Jun 21st, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.28 KB | None | 0 0
  1. username = input("choose a username")
  2. password = input("choose a password")
  3.  
  4. while (1==1)
  5.     while (usernameGuess != username or passwordGuess != pasword)
  6.         Blah Blah Blah
  7.     while (1 = 1)
  8.         lock = input("type lock to lock your computer")
  9.         if lock == "lock"
  10.             continue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement