temperatur = 21

if temperatur > 21:
    print("warm")
else: print("kalt")