Commit 26a0807c by BellCodeEditor

save project

parent de6cf7e8
Showing with 10 additions and 5 deletions
# import turtle
# a=turtle.Pen()
# p.write("你好,\n2b",font=("Times",100,"normal"))
# turtle.done()
import turtle import turtle
bg=turtle.Screen()
bg.bgcolor("light green")
p=turtle.Pen()
p.penup()
p.goto(100,-100)
p.write("你好,\n2b",font=("Times",100,"normal"))
p.hideturtle()
#turtle.done()
#import turtle
p=turtle.Pen() p=turtle.Pen()
p.pensize(100) p.pensize(100)
p.pencolor("red") p.pencolor("red")
...@@ -12,7 +17,6 @@ p.circle(50,180) ...@@ -12,7 +17,6 @@ p.circle(50,180)
p.right(90) p.right(90)
p.circle(50,180) p.circle(50,180)
p.forward(100) p.forward(100)
turtle.done() turtle.done()
...@@ -24,3 +28,4 @@ turtle.done() ...@@ -24,3 +28,4 @@ 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