i have just started learning python can someone help me with this if statements | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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")

13th Nov 2019, 6:54 AM
Nischay
Nischay - avatar
0 Answers