password = "5Er3t" attempt = input("enter a password") if attempt == password: print("Welcome!") elif attempt != password: print("System Locked!")