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