diy1.py 105 Bytes Edit 1 2 3 4 # 在下一行创建一个名为dict_hero的字典 dict_hero={'一';1,'二';2,'三';3} print(dict_hero)