Q. Which of the following statements is invalid? (A) _x = 1 (B) __x = 1 (C) __str__ = 1 (D) All the answers are true ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All the answers are true Explanation: All instructions will be executed successfully.