博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年9月12日

摘要: 1.画五角星 import turtlefor i in range(5): turtle.forward(100) turtle.right(144) 2.画同心圆 import turtle for i in range(5): turtle.circle((i+1)*10) turtle.up 阅读全文

posted @ 2017-09-12 21:23 占鹏 阅读(149) 评论(0) 推荐(0)