Guest User

Untitled

a guest
Nov 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if login == "y":
  2. ausername = input("Please enter username")
  3. apassword = input("please enter your password")
  4. file = open("up.txt", "r")
  5. for line in file.readlines():
  6. if re.search("ausername"+"apassword")
Add Comment
Please, Sign In to add comment