笨方法學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:表示爲分隔符,默認爲空格,
相關文章
相關標籤/搜索