为什么打印而不是显示孔字典会显示此信息?

时间:2019-06-24 15:02:46

标签: python dictionary

通常会打印整个词典,为什么会删除一些内容?

pairs = {1: "apple", "orange": [2, 3, 4],  True: False, None: "True"}  

print(pairs)

0 个答案:

没有答案