collections.namedtuple() Collections.namedtuple() PythonHackerrank Solution Basically, namedtuples are easy to create, lightweight object types.They turn tuples into convenient con... Read more