笨方法学Python 习题 25: 更多更多的练习

#!usr/bin/python # -*-coding:utf-8-*- def break_words(stuff): """This function will break up words for us.""" """ split()函数 语法:str.split(str="",num=string.count(str))[n] 参数说明: str:表示为分隔符,默认为空格,
相关文章
相关标签/搜索