我用的python2.7 請問這個問題怎么解決
Traceback?(most?recent?call?last): ??File?"D:/????/practice.py",?line?133,?in?<module> ????print?my_sum(1,2,3,4,5) TypeError:?'NoneType'?object?is?not?callable
Traceback?(most?recent?call?last): ??File?"D:/????/practice.py",?line?133,?in?<module> ????print?my_sum(1,2,3,4,5) TypeError:?'NoneType'?object?is?not?callable
2016-03-03
舉報
2016-03-05
你需要貼出你的源代碼,應該是你的代碼錯了
2016-07-26
我也遇到同樣的問題 ?有點不懂 ?求解