gagan Soti       May 9, 2026      19

How do you start writing an if statement in Python?

  1. if (x > y)
  2. if x > y:
  3. if x > y then:
  4. None of the above

The Right Answer is : Option B

Explanation