Python dictionaries - Verbs Index

item assignment However an element of a tuple may be of mutable type, e.g., a list. #4th element of the tuple2 is a list >>> tuple2 = (1,2,3,[8,9]) ... Python provides many functions to work on tuples. Table 10.1 list some of the commonly used tuple methods and built-in functions. ................
................