Python Multiple Choice Questions – Tuples

Python Multiple Choice Questions & Answers (MCQs) focuses on “Tuples”. Q 1. Which of the following is a Python tuple?A.  [1, 2, 3]B. (1, 2, 3)C. {1, 2, 3}D.  {} Show Answer Answer:-B. (1, 2, 3) Explanation Tuples are represented with round brackets. Q 2. Suppose t = (1, 2, 4, 3), which of the … Continue reading Python Multiple Choice Questions – Tuples