在Py3.0中:
>>> file
Traceback (most recent call last):
File "", line 1, in
file
NameError: name 'file' is not defined
查看更多关于Python2和Python3的10大区别的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did86712
在Py3.0中:
>>> file
Traceback (most recent call last):
File "", line 1, in
file
NameError: name 'file' is not defined
查看更多关于Python2和Python3的10大区别的详细内容...
上一篇: python之列表拷贝
下一篇:Python算法快速排序