摘要: 一、输出Hello World 二、求和运算 三、输入三角形的三边求面积 四、输入圆的半径,求面积 五、画没有颜色的五角星 六、画黄色五角星 from turtle import *fillcolor("yellow")begin_fill()while True:forward(200)left( 阅读全文
posted @ 2017-09-06 21:52 14邓金烨 阅读(306) 评论(0) 推荐(0) 编辑