senha_correta = "caue3009Vaz" tentativa = input("Digite sua senha: ") if tentativa == senha_correta: print("Acesso Liberado!") else: print("Senha incorreta")
To embed this project on your website, copy the following code and paste it into your website's HTML: