摘要: 会贴出原题和答案,答案不是最优的,也反映了我的学习过程,如果有时间会更新优化的代码。 Define a simple "spelling correction" function correct() that takes a string and sees to it that 1) two or 阅读全文
posted @ 2017-03-16 22:20 wangchao0203 阅读(603) 评论(0) 推荐(0)
摘要: 会贴出原题和答案,答案不是最优的,也反映了我的学习过程,如果有时间会更新优化的代码。 Write a function filter_long_words() that takes a list of words and an integer n and returns the list of wo 阅读全文
posted @ 2017-03-16 22:18 wangchao0203 阅读(1555) 评论(0) 推荐(0)
摘要: 46 Simple Python Exercises 会贴出原题和答案,答案不是最优的,也反映了我的学习过程,如果有时间会更新优化的代码。 Define a function sum() and a function multiply() that sums and multiplies (resp 阅读全文
posted @ 2017-03-16 22:13 wangchao0203 阅读(634) 评论(0) 推荐(0)
摘要: 会贴出原题和答案,答案不是最优的,也反映了我的学习过程,如果有时间会更新优化的代码。 This is version 0.45 of a collection of simple Python exercises constructed (but in many cases only found a 阅读全文
posted @ 2017-03-16 22:06 wangchao0203 阅读(468) 评论(0) 推荐(0)