python if taj 8:41 AM a = 200 b = 33 if b > a : print ( "b is greater than a" ) elif a == b : print ( "a and b are equal" ) els... Read More