Commit 62b13632 by BellCodeEditor

save project

parent 654bc3ba
Showing with 19 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
t=turtle.Pen()
t.penup()
t.goto(40,0)
t.write("奥利给!",font=("Times",10,"normal"))
t.hideturtle()
p=turtle.Pen()
p.color("red")
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
s=turtle.Screen()
s.bgcolor("blue")
turtle.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