CBSE Class 12 Computer Science Question 36 of 105

Python Revision Tour — Question 20

Back to all questions
20
Question

Question 20

Which of the following is not a Tuple in Python?

  1. (1,2,3)
  2. ("One","Two","Three")
  3. (10,)
  4. ("One")
Answer

("One")

Reason — ("One") is a string data type.