09 2020 档案

摘要:import turtle turtle.pensize(2) turtle.circle(10) turtle.circle(40) turtle.circle(80) turtle.circle(120 阅读全文
posted @ 2020-09-21 19:34 石榴海豹 阅读(145) 评论(0) 推荐(0)
摘要:import turtle turtle.pensize(4) turtle.pencolor("black") turtle.fillcolor("red") turtle.begin_fill() for _ in range(5): turtle.forward(200) turtle.rig 阅读全文
posted @ 2020-09-15 20:54 石榴海豹 阅读(105) 评论(0) 推荐(0)
摘要:import turtle turtle.setup(650,350,200,200) turtle.penup() turtle.pensize(1) turtle.pencolor("red") turtle.fillcolor("purple") turtle.begin_fill() tur 阅读全文
posted @ 2020-09-15 19:52 石榴海豹 阅读(185) 评论(0) 推荐(0)
摘要:import turtle turtle.setup(650,350,200,200) turtle.penup() turtle.pensize(1) turtle.pencolor("red") turtle.fillcolor("yellow") turtle.fd(100) turtle.s 阅读全文
posted @ 2020-09-15 19:48 石榴海豹 阅读(246) 评论(0) 推荐(0)