Guest User

Untitled

a guest
Jan 6th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. def password():
  2. dimmi_password=input("Inserisci password: ")
  3. while dimmi_password !="kiwi123":
  4. print("Access Denied")
  5. return ()
  6. else:
  7. print("Welcome")
  8. password()
Advertisement
Add Comment
Please, Sign In to add comment