Fill in the blanks:
Python’s collectionsnamedtupletuples module provides a factory function called namedtuple(). This function allows you to create immutablemutable sequence types. You can access their values using descriptive field names and the dot notationbracket notation instead of integer indices.
collectionsnamedtupletuples
namedtuple()
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?