我不能在python中使用long函数

问题描述

我想问为什么我不能在python3.6.5中使用long()函数?说long is not defined 我应该使用什么功能?请有人帮我

解决方法

Python 3中没有长整数,您应该只能够使用int()吗?