Q. Amongst which of the following is / are the conditional statement in Python code? (A) if a<=100: (B) if (a >= 10) (C) if (a => 200) (D) None of the mentioned above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) if a<=100: