''' if - elif - else with users input 02/12/2021 Author: Errikos Ntinos status:VERIFIED ''' temperature = int(input("dose mia timi 8ermokrasias: ")) if temperature >= 32: print "anoikse to air contition sto cold" elif temperature <=16: print "anoikse to air contition sto heat" else : print "den xreiazetai air contition"