摘要: import turtle turtle.left(30) turtle.fd(100) turtle.right(120) turtle.fd(150) turtle.right(120) turtle.fd(150) turtle.right(120) turtle.fd(50) turtle. 阅读全文
posted @ 2020-09-15 12:19 九木德 阅读(85) 评论(0) 推荐(0)
摘要: from turtle import * fillcolor("red") begin_fill() import turtle turtle.write("邱淑慧", move=False, align="left", font=("Arial", 20, "normal")) while Tru 阅读全文
posted @ 2020-09-14 21:03 九木德 阅读(103) 评论(0) 推荐(0)