Commit ea277814 by BellCodeEditor

save project

parent e2ac9b8b
Showing with 14 additions and 0 deletions
# 利用write()帮助悟 # 利用write()帮助悟
from turtle import* from turtle import*
bgcolor("light blue")
write(" 清明\n【唐】杜牧\n清明时节雨纷纷\n路上行人欲断魂\n借问酒家何处有\n牧童遥指杏花村",font=("Times",30,"normal")) write(" 清明\n【唐】杜牧\n清明时节雨纷纷\n路上行人欲断魂\n借问酒家何处有\n牧童遥指杏花村",font=("Times",30,"normal"))
penup()
goto(-100,-50)
pendown()
pensize(5)
pencolor("red")
left(45)
forward(100)
circle(50,180)
right(90)
circle(50,180)
forward(100)
hideturtle() hideturtle()
done() done()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment