标签: python dictionary
通常会打印整个词典,为什么会删除一些内容?
pairs = {1: "apple", "orange": [2, 3, 4], True: False, None: "True"} print(pairs)