pas = input ( "Enter a password " ) rpas= "5Ecr3t" if pas == rpas: print ("welcome" ) else: print( "System locked" )