What is the difference between lists,tuples,sets and dictionaries? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . I have confused with lists, tuples, sets and dictionaries someone give me clear cut idea . Give me the difference from your understanding don't give the text book definitions. 回答1: A list is a sequence of elements in a specific order. You can access elements with a numerical index