CBSE Class 11 Computer Science Question 43 of 88

Tuples and Dictionary — Question 8

Back to all questions
8
Question

Question 8

Write the code to create an empty tuple.

Answer
t = tuple()