笨方法学Python 错误记录

ex8:忘记输入“空格”
ex9:忘记输入“冒号”
ex14:%前后要空格,否则error
ex21:多个函数嵌套,漏写括号)
ex24:%d,漏写d,导致程序错误;"""之间的文本被注释掉了

ex39:

while len(stuff) != 0:    #应该写10,结果代码出错
next_one = nore_stuff.pop() #m 写出 n

 

posted on 2017-11-18 12:12  sub2020  阅读(110)  评论(0编辑  收藏  举报

导航