Advertisement
Guest User

Untitled

a guest
Feb 6th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. username = input("Welcome, please enter your username." )
  2. password = input("Please enter your password.")
  3.  
  4. if username != 'hyrla' and password != 'password123':
  5. print("Acess denied")
  6. else:
  7. print("Welcome.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement