qqq.py 174 Bytes Edit 1 2 3 4 list_hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89] dict_hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89] print(len(list_hero)) print(len(dict_hero))