please explain what is hapenning here | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

please explain what is hapenning here

a,b = 5,10 if a>=b: print(a*b) elif b>=a: print(b-a) else: print(a-b)

9th Apr 2019, 9:27 AM
Abdulla Maahil
Abdulla Maahil - avatar
3 Answers
+ 3
This question should've tagged Python rather than just 't'.
9th Apr 2019, 10:02 AM
Ipang
0
yaa
9th Apr 2019, 9:40 AM
Abdulla Maahil
Abdulla Maahil - avatar
0
i dont get it ..that above code
9th Apr 2019, 9:42 AM
Abdulla Maahil
Abdulla Maahil - avatar