if loop condition python code example Example: if statement python a = 33 b = 200 if b > a: print("b is greater than a")