摘要: 原题链接:http://www.runoob.com/python/python-exercise-example18.html 题目:求s=a+aa+aaa+aaaa+aa...a的值,其中a是一个数字。例如2+22+222+2222+22222(此时共有5个数相加),几个数相加由键盘控制。 分析 阅读全文
posted @ 2018-06-05 13:47 Drifter_y 阅读(819) 评论(0) 推荐(0) 编辑