摘要:
import turtle as t t.pensize(3) t.setup(600,600,50,50) t.pencolor("yellow") t.penup() t.pendown() t.circle(80) t.right(90) t.penup() t.fd(20) t.seth(0 阅读全文
posted @ 2020-03-15 13:57
可乐配牛奶
阅读(2101)
评论(0)
推荐(0)
摘要:
import turtle as t t.setup(600,600,None,None) t.pensize(5) t.penup() t.pendown() t.pencolor("red") t.circle(80) t.penup() t.pendown() t.pencolor("gree 阅读全文
posted @ 2020-03-15 13:30
可乐配牛奶
阅读(927)
评论(0)
推荐(0)
摘要:
import turtle turtle.pensize(5) turtle.pencolor("yellow") turtle.fillcolor("red") turtle.begin_fill() for i in range(0,5): turtle.forward(100) turtle. 阅读全文
posted @ 2020-03-15 11:56
可乐配牛奶
阅读(196)
评论(0)
推荐(0)

浙公网安备 33010602011771号