Commit fac0353e by BellCodeEditor

save project

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