Commit fac0353e by BellCodeEditor

save project

parent 18fb0318
Showing with 53 additions and 4 deletions
import turtle
pen = turtle.Pen()
pen.write("哈喽\n你好",font=("Times",20,"normal"))
turtle.done()
\ No newline at end of file
pen=turtle.Pen()
pen.pencolor("black")
pen.pensize(500)
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
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