Advertisement
Guest User

aa

a guest
Dec 24th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. username = raw_input('USERNAME :')
  2. password = raw_input('PASSWORD :')
  3.  
  4. if (str(username) is 'admin') and (str(password) is 'admin123'):
  5. print 'Welcome admin!'
  6. else :
  7. print 'You are not an admin!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement