XX.py 118 Bytes Edit 1 2 3 4 list_hero=['赵一',30,'丁二',37] dict_hero={'赵一':30,'丁二':37} print(len(list_hero)) print(len(dict_hero))