password=input("enter the password:" ) if password == "5Ecr3t": print("Welcome!") else: print( "System Locked!" )