Ente = input( "Password: " ) Ent = "5Ecr3t" if Ente == Ent : print( "Welcome!" ) else: print( "System Locked!" )