由于我使用的是Python 3,Python 中的 int 类型与其他语言中的 int 类型不同,Python 将 long 类型也加入到了 int 中。因此,在其他语言中能够正确显示的 int 类型,在 Python 中不一定能够正确显示
2018-03-16