這是怎么了
D:\Python27\python.exe E:/Pythoncode/1.py
Traceback (most recent call last):
? File "E:/Pythoncode/1.py", line 11, in <module>
? ? f_100(89)
TypeError: 'NoneType' object is not callable
Process finished with exit code 1
D:\Python27\python.exe E:/Pythoncode/1.py
Traceback (most recent call last):
? File "E:/Pythoncode/1.py", line 11, in <module>
? ? f_100(89)
TypeError: 'NoneType' object is not callable
Process finished with exit code 1
2016-03-22
舉報
2016-03-22
具體代碼?
f_100()不是一個函數(shù)吧。你是不是把f_100()指向了一個沒有返回函數(shù)的函數(shù)啊。視頻里也老師也講了類似的問題。