Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 12
Computer Science
Python Revision Tour
Question 20
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,2,3)
("One","Two","Three")
(10,)
("One")
Answer
("One")
Reason
— ("One") is a string data type.
Previous
Question 19
Next
Question 1