文章分类 -  Checkio

python编程练习
摘要:题目: Try to find out how many zeros a given number has at the end. Input: A positive Int Output: An Int. Example: end_zeros(0) == 1 end_zeros(1) == 0 e 阅读全文
posted @ 2021-12-27 15:17 beginner_z 阅读(32) 评论(0) 推荐(0) 编辑
摘要:题目: Input: a list of strings. Output: a string. Example: most_frequent([ 'a', 'b', 'c', 'a', 'b', 'a' ]) == 'a' most_frequent(['a', 'a', 'bi', 'bi', ' 阅读全文
posted @ 2021-12-25 12:58 beginner_z 阅读(61) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示