Q. Which one of the following is a valid Python if statement : (A) if a>=2 : (B) if (a >= 2) (C) if (a => 22) (D) if a >= 22 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) if a>=2 :