How can we create an empty tuple?
Answer:
We can create an empty tuple by using tuple( ) ie., t = tuple() is an empty tuple.
An empty tuple is a tuple that has no elements in it.
Very Short Answer Type Questions (1 Mark each)
Very Short Answer Type Questions (1 Mark each)
Last updated at Dec. 13, 2024 by Teachoo
Answer:
We can create an empty tuple by using tuple( ) ie., t = tuple() is an empty tuple.
An empty tuple is a tuple that has no elements in it.