摘要: 今天第二道,做了明天就可以休息一下~ 原题链接:http://www.runoob.com/python/python-exercise-example8.html 题目:输出 9*9 乘法口诀表。 答案给出的结果是: 思考: print会自动换行,所以一定要规定下end='\t'或者end=' ' 阅读全文
posted @ 2018-05-26 09:05 Drifter_y 阅读(1248) 评论(0) 推荐(0) 编辑
摘要: 第七天做题~ 原题链接:http://www.runoob.com/python/python-exercise-example7.html 题目:将一个列表的数据复制到另一个列表中。 我的代码:a=list(range(10)) 思考: 做天刚好又学到这,找了一张图~ 这样就很好理解了~ 另外,d 阅读全文
posted @ 2018-05-26 08:45 Drifter_y 阅读(1201) 评论(0) 推荐(0) 编辑