有本叫做《笨办法学python》的书,第26个练习需要一段错误的代码来改。网页打不开,谁有这段代码啊!

[复制链接]
查看11 | 回复1 | 2013-8-5 16:30:56 | 显示全部楼层 |阅读模式
def break_words(stuff):
"""This function will break up words for us."""
words = stuff.split(' ')
return wordsdef sort_words(words):
"""Sorts the words."""
return sorted(words)def print_first_word(words)
"""Prints the first word after popping it off."""
word = words.poop(0)
print wo...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行