Commit 0e1ba0b8 by BellCodeEditor

save project

parent 9fc43716
Showing with 27 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen=bgcolour("red")
pen=turtle.pen()
pen.goto(100,-30)
pen.penup()
pen.write("你好\n诺伊",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.pen()
pen1.goto(0,0)
pen1.pensize(5)
pen1.pencolour("red")
pen1.fillcolour("red")
pen1.begin_fill()
pen1.setheading(45)
pen1.forward(100)
pen1.circle(50,100)
pen1.right(90)
pen1.circle(50,100)
pen1.forward(100)
screen.bgcolour
len=60
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