Commit e922dd58 by BellCodeEditor

save project

parent 4d6d538d
Showing with 17 additions and 0 deletions
import turtle
j=turtle.Pen()
k=turtle.Pen()
a=50
j.pencolor('red')
j.pensize(10)
j.left(45)
j.forward(2*a)
j.circle(a,180)
j.right(90)
j.circle(a,180)
j.forward(100)
turtle.done()
k.penup()
k.goto(-100,100)
k.write(你好呀!,font=('Times',20,'normal'))
\ 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