0

Why doesn’t the machine run the last sentence?

num = 12 if num > 5: print (“bigger than 5”) if num < 7: print (“less than 7”) if num == 12: print (“ it is 12”)

10th Dec 2017, 4:07 PM
Alex Schmidt
Alex Schmidt - avatar
1 Resposta