09 2020 档案
摘要:import turtle turtle.pensize(2) turtle.circle(10) turtle.circle(40) turtle.circle(80) turtle.circle(120
阅读全文
摘要:import turtle turtle.pensize(4) turtle.pencolor("black") turtle.fillcolor("red") turtle.begin_fill() for _ in range(5): turtle.forward(200) turtle.rig
阅读全文
摘要:import turtle turtle.setup(650,350,200,200) turtle.penup() turtle.pensize(1) turtle.pencolor("red") turtle.fillcolor("purple") turtle.begin_fill() tur
阅读全文
摘要:import turtle turtle.setup(650,350,200,200) turtle.penup() turtle.pensize(1) turtle.pencolor("red") turtle.fillcolor("yellow") turtle.fd(100) turtle.s
阅读全文
浙公网安备 33010602011771号