Question: c) Display the output of the Python program segments given below. a = 232 b = 421 if b > a: print(b is greater than

c) Display the output of the Python program segments given below. a = 232 b = 421 if b > a: print("b is greater than a") elif a == b: print("a and b are equal") else: print("a is greater than b")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
