Commit 941d07ac by BellCodeEditor

save project

parent 54f1ad3d
Showing with 15 additions and 4 deletions
import turtle import turtle
j=turtle.Pen() # j=turtle.Pen()
j.write("别烦我\n阿巴巴巴吧",font=("Times",40,"normal")) # j.write("别烦我\n阿巴巴巴吧",font=("Times",40,"normal"))
j.hideturtle() # j.hideturtle()
turtle.done() # turtle.done()
t=turtle.Pen()
t.pencolor("green")
t.pensize(20)
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.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