摘要: def break_words(stuff): """This function will break up words for us.""" words = stuff.split(' ') return words def sort_words(words): """Sorts the word 阅读全文
posted @ 2020-04-03 18:33 你走我不走 阅读(170) 评论(0) 推荐(0) 编辑
摘要: print("Let's practice everything.")print("You\'d need to know \'bout escapes with \\ that do:")print('\n newlines and \t tabs.') poem = """\tdasohcsch 阅读全文
posted @ 2020-04-03 11:25 你走我不走 阅读(107) 评论(0) 推荐(0) 编辑