Commit 98b33ce1 by BellCodeEditor

save project

parent c2f1308f
Showing with 21 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
# 利用write()帮助悟空给诺依回信吧~
import turtle
# turtle.pensize(5)
# turtle.pencolor("red")
# turtle.pendown()
# pen1=turtle.Pen()
# turtle.left(45)
# pen1.forward(100)
# pen1.circle(50,180)
# turtle.right(90)
# turtle.done()
turtle.pencolor("red")
turtle.pensize(5)
turtle.left(45)
turtle.forward(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.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