Advertisement
Guest User

Log in.py

a guest
Nov 22nd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. print ("Enter User. and Pass.")
  2. print ("Username: ")
  3. print ("Password: ")
  4.  
  5. Name = input()
  6. Pass = input()
  7.  
  8. if Name == "Reloaded":
  9.     print ("Correct")
  10.    
  11. else:
  12.     print ("Incorrect")
  13.    
  14. if Pass == "123":
  15.     print ("Correct")
  16.    
  17. else:
  18.     print ("Incorrect")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement