Guest User

Untitled

a guest
Mar 2nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. users = []
  2.  
  3. passwords = []
  4.  
  5. for i in range(3):
  6. users = raw_input("Enter a new username to register: ")
  7. passwords = raw_input("Enter a password for this account: ")
  8.  
  9. print("Welcome, " )
  10.  
  11. username = raw_input("Enter your username: ")
  12. password = raw_input("Enter your password: ")
Add Comment
Please, Sign In to add comment