Guest User

sfvb\rfsdgvsdfvsdfxv

a guest
Jan 6th, 2017
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.36 KB | None | 0 0
  1. import os
  2.  
  3.  
  4. def main():
  5.     while True:
  6.         UserName = input ("Enter Username: ")
  7.         PassWord = input ("Enter Password: ")
  8.  
  9.         if UserName == Bob and PassWord == rainbow123:
  10.             time.sleep(1)
  11.             print ("Login successful!")
  12.             logged()
  13.  
  14.         else:
  15.             print("Password did not match!")
  16.  
  17.  
  18. main()
Add Comment
Please, Sign In to add comment