上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 36 下一页
摘要: 题目1.1 :显示"welcome to python " 答案:print('welcome to python') 题目1.2:显示"welcome to python " 五次 答案:print ("welcome to python\n") * 5 #\n表示换行,要是没有\n的话就会连接在 阅读全文
posted @ 2018-08-22 20:53 张三疯了 阅读(488) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 36 下一页