摘要: new python 3.6 ,we can use a class definition with typing.NamedTuple to create a namedtuple: from typing import NamedTuple class ANamedTuple(NamedTupl 阅读全文