<built-in method popitem of dict object at 0x7f6217bcfd00>

使用
print(dict.popitem())
而不是
print(dict.popitem)

猜你喜欢

转载自blog.csdn.net/qq_37429313/article/details/108303909