Commit f3699f47 by BellCodeEditor

save project

parent e6690987
Showing with 27 additions and 2 deletions
import turtle
Pen=turtle.Pen()
Pen.pencolor("red")
Pen.left(45)
Pen.forward(50)
Pen.circle(50,180)
Pen.right(90)
Pen.circle(50,180)
Pen.forward(50)
Pen.hideturtle()
turtle.done()
import turtle import turtle
Pen=turtle.Pen() n=turtle.Screen()
Pen.write("诺一,turtle真好用我会在画布上写字啦!",font=("Times",30,"normal")) n.bgcolor("blue")
Pen1=turtle.Pen()
Pen1.penup()
Pen1.goto(-100,-100)
Pen1.write("诺一,turtle真好用我会在画布上写字啦!",font=("Times",13,"normal"))
turtle.hideturtle() turtle.hideturtle()
Pen=turtle.Pen()
Pen.pencolor("red")
Pen.left(45)
Pen.forward(50)
Pen.circle(50,180)
Pen.right(90)
Pen.circle(50,180)
Pen.forward(50)
Pen.hideturtle()
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