Tuples are immutable that means, when you don’t want data to change (e.g., months of the year), tuples are very useful When you need faster performance as tuples are faster than lists. When you need to use tuples as dictionary keys as lists can’t be used as keys.
https://techietrend.in/python-tuples-a-complete-guide-beginner-to-advanced/