Commit 7f278c27 by BellCodeEditor

save project

parent 73a502ae
Showing with 10 additions and 0 deletions
......@@ -3,4 +3,13 @@ import turtle
p = turtle.Pen()
p.write("上节课学习的是\n石头剪刀布",font=("Times",10,"normal"))
p.hideturtle()
p.left(45)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p.left(90)
p.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