Commit 04dc7aad by BellCodeEditor

save project

parent c816b9b8
Showing with 15 additions and 0 deletions
# 利用write()帮助悟空给诺依
import turtle
# P=turtle.Pen()
# P.write("hjhd\nsakj",font=("Times",20,"normal"))
# P.hideturtle()
# turtle.done()
b=turtle.Pen()
b.left(45)
b.forward(150)
b.circle(75,180)
b.right(90)
b.circle(75,180)
b.forward(75)
\ 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