摘要: 1.画一组同切圆 import turtleturtle.circle(20)turtle.circle(40)turtle.circle(60)turtle.circle(80)turtle.circle(100) 2.画一组同心圆 import turtleturtle.circle(20)tu 阅读全文
posted @ 2017-09-08 09:53 赖黛俐 阅读(233) 评论(0) 推荐(0)
摘要: 1.简单输入输出交互。 答: >>> name=input('Please input your name:\n') Please input your name: >>> daili >>> print('Hello,',name) daili 2.用户输入两个数字,计算并输出两个数字之和:(尝试 阅读全文
posted @ 2017-09-06 19:56 赖黛俐 阅读(91) 评论(0) 推荐(0)