+ 1
i have just started learning python can someone help me with this if statements
plz can you explain how it works, and what im doing wrong in this program.. in line 4 ....print(5) num = 7 if num > 3: print("3") if num< 5: print("5") if num == 7: print("7")
2 Answers