码迷,mamicode.com
首页 > 编程语言 > 详细

python:IndentationError: unexpected indent

时间:2015-08-06 21:49:54      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:

 python对格式要求很严格,今天遇到了IndentationError: unexpected indent错误才知道他是多么的严格.

print(‘aaa‘)

 print(‘aaa‘)

下面的这句就报错IndentationError: unexpected indent,原因是多了一个空格!!!

出现这个错误就要知道python编译器是在告诉你:::: 你的文件里格式不对了,可能是tab和空格没对齐的问题,你需要检查下tab和空格了 。

python:IndentationError: unexpected indent

标签:

原文地址:http://www.cnblogs.com/Ms-ChaBuduo/p/4709022.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!