Commit 078d96e2 by BellCodeEditor

save project

parent 5cfb8c09
Showing with 17 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write('你好\n詹皓然',font=('Time',20,'normal')) pen.up()
pen.goto(200,-100)
pen.down()
pen.write('你\n\n\n\n然',font=('Time',20,'normal'))
pen.hideturtle() pen.hideturtle()
pen0=turtle.Pen()
pen0.pensize(3)
pen0.pencolor('red')
turtle.bgcolor('pink')
pen0.begin_fill()
pen0.left(45)
pen0.forward(100)
pen0.circle(50,180)
pen0.right(90)
pen0.circle(50,180)
pen0.forward(100)
pen0.end_fill()
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