Commit b62b50d5 by BellCodeEditor

save project

parent 82de46b6
Showing with 0 additions and 3 deletions
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
import turtle import turtle
sc=turtle.Screen() sc=turtle.Screen()
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("我是你爸爸",font=("times",10,"nomelr"))
pen.right(45) pen.right(45)
pen.circle(50,180) pen.circle(50,180)
pen.forward(100) pen.forward(100)
......
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