pas =input("Please enter your password: \n") correct_pas = 'abc' if pas == correct_pas: print("Welcome to the app") else: print("Sorry, you can't use the app")
To embed this project on your website, copy the following code and paste it into your website's HTML: