摘要: 2019-11-21Python3-setdefaultPython 1. 要求统计一段话中字母出现的次数 1-1. 错误代码1message='there is no more thing; should be quit'count={} for character in message: count[character]=count[character]+1print(count)报错如... 阅读全文
posted @ 2019-11-23 16:11 余者皆可 阅读(173) 评论(0) 推荐(0)