阅读背景:

TypeError: int() can't convert non-string with explicit base

来源:互联网 

1、错误描述

>>> int(67,8);
		  
Traceback (most recent call last):
  File "<pyshell#172>", line 1, in <module>
    int(67,8);
TypeError: int() can't convert non-string with explicit base>>> int(67,8);
		  
Traceback (most re



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: