Commit 0d24a94c by BellCodeEditor

save project

parent a50ceeec
Showing with 16 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
a=1
import turtle
pen=turtle.Pen()
pen.color("red")
s=turtle.Screen()
s.bgcolor("light blue")
pen.left(45)
pen.forward(a*2)
pen.circle(a,180)
pen.right(90)
pen.circle(a,180)
pen.forward(a*2)
pen.hideturtle
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