Posts by Reshi • 1 point
1 post
-
-3
votes1
answer49
viewsQ: How does this function work?
That role was in my python test in college and I can’t understand it, more specifically the part of for. def exerc4(a,b,c,d,e,f): if(a > b): x = a + b elif (e > f): x= e + f else: x = a + b +…