Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if username == 'user1' and password == 'user1pass':
  2. open starup file1
  3. elif username is 'user2' and password is 'user2pass':
  4. open starup file2
  5. else:
  6. display a message saying "sorry not a correct user" and make the user try loginning again
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement