Write the code to create an empty tuple.
2 Likes
t = tuple()
Answered By
1 Like
Can we always have same type of values in a tuple? State True or False with justification.
What is nested tuple? Explain with example.
Write a Python program to create a tuple with different data types and display.
What is the difference between "book" and ('book',)?