Commit b07fc3de by BellCodeEditor

save project

parent e922dd58
Showing with 13 additions and 14 deletions
import turtle
k=turtle.Screen()
k.bgcolor("red")
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)
j.write("你\n\n啊",font=("Times",20,"normal"))
a=turtle.Pen()
a.left(45)
a.forward(100)
a.left(90)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.left(90)
a.forward(100)
j.hideturtle()
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