1.

What is the difference between list and tuples?

Answer»
TuplesLists
Items in a TUPLE are SURROUNDED by a parenthesis ()Items are surrounded in square brackets [ ]
They are IMMUTABLE in natureLists are by nature immutable
There are 33 available methods in it.There are 46 methods here.
Keys can be created using Tuples.No, keys can’t be created using these


Discussion

No Comment Found