degrees = float(input('Oppgi temperatur i grader: ')) if(degrees >= 100): print('Damp') elif(degrees > 0): print('Vann') else: print('Is')