CBSE Class 12 Computer Science
Question 88 of 105
Python Revision Tour II — Question 15
Back to all questionsTrue
Tuples can be declared with or without parentheses (parentheses are optional). Here, tuple_a is declared without parentheses where as tuple_b is declared with parentheses but both are identical. As both the tuples contain same values so the equality operator ( == ) returns true.