0 votes
in Python Packages and Data Access by
retagged by
Which of the following is used to get named entries into a tuple?

Select the correct option from below:

a) deque

b) counter

c) OrderedDict

d) namedtuple

e) chainmap

1 Answer

0 votes
by

d) namedtuple is used to get named entries into a tuple

...