6turtle

实验6turtle绘图与python库应用编程体验

实验任务1 test1 实验代码 from turtle import * def move(x, y): penup() goto(x, y) pendown() def draw(n, size = 100): for i in range(n): fd(size) left(360/n) de ......
6turtle turtle python
共1篇  :1/1页 首页上一页1下一页尾页