Python Forum

Full Version: About List & Tuples
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We know that Lists are mutable i.e they can be edited. Also Tuples are immutable i.e. tuples can’t be edited.

How would you differentiate between two??
What is your question, really? You've just identified how the two are different, so I'm not sure what you're asking.
Do you have any references for creating Python program to create a tuple
The Python tutorial, or any good book, etc. should show you how to create tuples. I mean, have you not been able to find any material?!
Usually documentation is good starting point : Tuples and Sequences