Commit 060a792e by BellCodeEditor

save project

parent 76d4cc1e
Showing with 5 additions and 4 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("yellow")
Pen=turtle.Pen() Pen=turtle.Pen()
Pen.goto(100,50) Pen.penup()
Pen.write("你好呀",font=("Times",30,"normal")) Pen.goto(100,-100)
Pen.write("你好呀\n",font=("Times",50,"normal"))
Pen.hideturtle() Pen.hideturtle()
Pen1=turtle.Pen() Pen1=turtle.Pen()
Pen1.pensize(10) Pen1.pensize(10)
...@@ -12,5 +15,4 @@ Pen1.circle(50,180) ...@@ -12,5 +15,4 @@ Pen1.circle(50,180)
Pen1.right(90) Pen1.right(90)
Pen1.circle(50,180) Pen1.circle(50,180)
Pen1.forward(100) Pen1.forward(100)
Pen1.penup()
turtle.done() 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