开发者社区> 问答> 正文

python 诡异问题 请教? 400 报错

python 诡异问题 请教? 400 报错

#!/usr/bin/env python

class Test(object): def test(self): print 'abc' def main(): t = Test() t.test() print '1' if name == 'main': main()

执行一下出错 

Traceback (most recent call last):
  File "test.py", line 3, in <module>
    class Test(object):
  File "test.py", line 11, in Test
    main()
  File "test.py", line 7, in main
    t = Test()
NameError: global name 'Test' is not defined

请教

展开
收起
爱吃鱼的程序员 2020-06-03 14:39:20 547 0
1 条回答
写回答
取消 提交回答
问答分类:
问答标签:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载