I found a great document about dicts,tuples and list, you can easliy understand three of them and learn differences between dicts,tuples and lists . Also in this document, you can find how to add a record for each of them. what is the difference between tuple and list in python? tuples are immutable, you can … Read more
