Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
num = 7 if num > 3: print("3") if num == 7: print ("7") if num < 5: print ("5") OUTPUT: "3" "7"
8th Dec 2016, 2:21 AM
Murat Ahmedovich
Murat Ahmedovich - avatar