password = '5Ecr3t' ans = input('Enter password: ') if ans == password: print('Welcome!') else: print('System Locked!')