JSPython development console

a = 33 b = 33 if b > a: return print("b is greater than a") elif a == b: return print("a and b are equal")