06 2021 档案

摘要:import turtle turtle.setup(800,600) turtle.pencolor('pink') for i in range(4): for i in range(2): turtle.circle(80,90) turtle.left(90) turtle.right(90 阅读全文
posted @ 2021-06-11 17:18 申富明 阅读(163) 评论(2) 推荐(0)