这是我收到的输出,当我重新检查指定行的代码时,我不知道要检查什么。
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)
任何人都可以解释一下吗?