2016年12月15日
摘要: 1.中断程序执行 在命令行中中断正在执行的程序,ctrl c或者ctrl break 2.SyntaxError: Non-ASCII character 需要在最开始的地方加上 : #-*-coding:utf-8-*- 3.设置行号 阅读全文
posted @ 2016-12-15 10:16 小唐师叔 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1--》IndentationError:expected an indented block 》IndentationError: unindent does not match any outer indentation level 》IndentationError: unexpected i 阅读全文
posted @ 2016-12-15 10:12 小唐师叔 阅读(290) 评论(0) 推荐(0) 编辑