Commit bcc0a1a2 by BellCodeEditor

save project

parent a50ceeec
Showing with 23 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("light pink")
pen=turtle.Pen()
pen.penup()
pen.goto(15,-90)
pen.write("十五夜望月\n唐 王建\n中庭地白树栖鸦\n冷露无声湿桂花\n今夜月明人尽望\n不知秋思落谁家",font=("Times",17,"normal"))
pen.hideturtle()
pen.penup()
pen.goto(100,100)
pen.pendown()
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.forward(2*1)
pen.circle(1,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
turtle.done()
\ No newline at end of file
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