Write Pythonic and Clean Code With namedtuple

0%

Fill in the blanks:

Python’s module provides a factory function called namedtuple(). This function allows you to create sequence types. You can access their values using descriptive field names and the instead of integer indices.

Sorry! There has been an error processing your answer. Please try again.

Got feedback on this question?