1.

Find output a) if(a>b): print("a is greater ") Input given i) a=5 b=7 ii) a=15 b=10 b) if(a>b): print("a is greater ") print("It is different") Input given i) a=5 b=7 ii) a=15 b=10 c) if(a>b): print("a is greater ") print("It is different") print("It is fun") Input given i) a=5 b=7 ii) a=15 b=10 d) if(a>b): print("a is greater ") print("It is different") print("It is fun") print("Now I got the working of if statements") Input given i) a=5 b=7 ii) a=15 b=10 Please answer properly.....thanks......if satisfied will mark as brainliest....

Answer»

what's the QUESTION ????¿???



Discussion

No Comment Found