我想问为什么我不能在python3.6.5中使用long()函数?说long is not defined 我应该使用什么功能?请有人帮我
long()
long is not defined
Python 3中没有长整数,您应该只能够使用int()吗?