
Python小结
銳仔
Be the change you want to see in the world !
展开
-
2016年3月1号【运行出错,IndentationError: unindent does not match any outer indentation level】
转自:http://blog.youkuaiyun.com/wangzhuo_0717/article/details/6942428 在VIM里面增加python的autocomplete功能的做法如下:1.首先下载pydiction-1.2.zip,这个包配置好以后就可以通过按Tab来自动补全代码点击进入下载pydiction-1.2.zip页面解压下载下来原创 2016-03-01 21:54:49 · 643 阅读 · 0 评论 -
【Python】 Missing parentheses in call to 'print'
出现此问题是因为安装了2个不同版本的Python所导致:所以只要用通用的方法去运行即可。print ( ) 或者 print (' ')原创 2016-06-25 22:33:33 · 2313 阅读 · 0 评论 -
2016年6月5日 19:07:13
如果你要让机器跟你互动对话:name = input("请问您的名字是叫什么?:")print('你好,' + name +'!')---------------------------------------------------------------------------------------------------------------------------tem原创 2016-06-05 19:07:23 · 447 阅读 · 0 评论 -
*1
原创 2016-06-06 19:06:59 · 557 阅读 · 0 评论