這是我收到的輸出,並且當我重新檢查指定行的代碼時我無法檢查什麼。TypeError:'list'對象不可調用///在ex26學習python的難方法
Traceback (most recent call last):
File "ex27.py", line 93, in <module>
print_first_and_last_sorted(sentence)
File "ex27.py", line 35, in print_first_and_last_sorted
words = sort_sentence(sentence)
File "ex27.py", line 25, in sort_sentence
return sort_words(words)
任何人都可以點亮嗎?
如何發佈的代碼? – TJD 2012-04-21 01:08:06
您可能正在嘗試使用圓括號代替方括號來引用項目。 – JasonFruit 2012-04-21 01:10:52
就像在電話裏告訴醫生你的屁股疼,但你拒絕進入辦公室讓他看。 – jdi 2012-04-21 01:22:22