0
What is the purpose of creating empty tuple
Hi, I just find out that i can't assign new value to a tuple So why we create an empty tuple in the first place?
1 Answer
+ 2
There are times that there isn't anything to put into the tuple. This gives an example and more details:
https://stackoverflow.com/questions/4828041