realpassword = "5Ecr3t" password = input('Enter password: ') while True: if password == realpassword: print('Welcome!') else: print('System Locked')