Commit 42f0039f by BellCodeEditor

save project

parent c816b9b8
Showing with 18 additions and 0 deletions
import turtle
p=turtle.Pen()
p.penup()
p.goto(100,100)
p.write('《一首诗》\n诗诗诗诗诗,\n诗诗诗诗诗.\n诗诗诗诗诗,\n诗诗诗诗诗.',font=('Times',10,'normal'))
p.hideturtle()
e=turtle.Pen()
e.pensize(10)
e.pencolor('red')
e.left(45)
e.forward(100)
e.circle(50,180)
e.right(90)
e.circle(50,180)
e.forward(100)
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