Q. How can assertions be disabled in Python? (A) Passing -O when running Python. (B) Assertions are disabled by default. (C) Both A and B are wrong. (D) Assertions cannot be disabled in Python. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Passing -O when running Python.