0
how to make a password checker?
after i run this i get some syntax error username = input("enter your username:") password = input("enter password:") if username == "guy" and password == "123" print("password is correct") else; print("you hacker")
1 Réponse