Advertisement
Guest User

aa

a guest
Jan 24th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. print("\tekslkluzywna sieć kommputerowa")
  2. print("\t TYLKO DLA CZŁONKÓW")
  3. security = 0
  4.  
  5. username = ""
  6. while not username:
  7. username + input("użytkownik: ")
  8.  
  9. password = ""
  10. while not password:
  11. password = input("Hasło: ")
  12. if username == "debil1" and password == "FBI";
  13. print("GRATULACJE użytkowniku zostałeś wybrany w loteri nowego IFONES10")
  14. securit = 5
  15. elif username == "debil2" and password == "CIA";
  16. print("GRATULACJE użytkowniku zostałeś wybrany w loteri nowego IFONES10")
  17. securit = 3
  18. elif username == "debil3" and password == "ABW";
  19. print("GRATULACJE użytkowniku zostałeś wybrany w loteri nowego IFONES10")
  20. securit = 3
  21. elif username == "debil4" and password == "BOR";
  22. print("GRATULACJE użytkowniku zostałeś wybrany w loteri nowego IFONES10")
  23. securit = 3
  24. elif username == "debil5" and password == "JDD";
  25. print("GRATULACJE użytkowniku zostałeś wybrany w loteri nowego IFONES10")
  26. securit = 3
  27. elif username == "debil6" and password == "AAA";
  28. print("GRATULACJE użytkowniku zostałeś wybrany w loteri nowego IFONES10")
  29. securit = 3
  30. elif username == "debil7" and password == "BBB";
  31. print("GRATULACJE użytkowniku zostałeś wybrany w loteri nowego IFONES10")
  32. securit = 1
  33. else
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement