Commit 04ce08ee by BellCodeEditor

save project

parent 193c5811
Showing with 27 additions and 1 deletions
import turtle
pen=turtle.Pen()
pen.write("你好",font=("Times",30,"normal"))
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
turtle.done()
pen.hideturtle()
\ No newline at end of file
-- "a/i\343\200\202py" import turtle
import turtle
pen=turtle.Pen()
pen.left(45)
pen.forwand(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forwand(100)
turtle.hideturtle()
turtle.done()
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