temperature = input("Is your body temperature hot or cold?") if temperature =="hot": print("You should jump in a pool!") else: print("You don't need to jump in a pool.") print("The program has ended")