摘要: 1 from turtle import * 2 def curvemove(): 3 for i in range(200): 4 right(1) 5 forward(1) 6 color('red','pink') 7 begin_fi... 阅读全文
posted @ 2015-06-27 21:26 SurfUniverse 阅读(165) 评论(0) 推荐(0) 编辑