我越來越IndentationError: unexpected indent
即使我寫的代碼完全按照書(http://learnpythonthehardway.org/book/ex25.html)意外縮進
我敢肯定,我正好用4個空格縮進哪來高清之後的」線所示」。
在Windows 7
這裏使用Python 2.7是我在PowerShell中得到的錯誤:
PS C:\Users\Kiedis\python> python ex25.py
File "ex25.py", line 3
return sorted(words)
^
IndentationError: unexpected indent
和這裏的前3行我的代碼:
def sort_words(words):
"""Sorts the words"""
return sorted(words)
我正在使用Notepadd ++來編譯我的代碼,如果有問題 – 2013-02-09 11:18:32