Commit ca0f960a by BellCodeEditor

auto save

parent dc7eccdd
Showing with 20 additions and 0 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen
goto(100,-100)
pen.write("你好/n诺伊/n好久不见",font=("Times",20,"normal")) pen.write("你好/n诺伊/n好久不见",font=("Times",20,"normal"))
turtle.hideturtle() turtle.hideturtle()
turtle.done() turtle.done()
pen1=turtle.Pen()
pen1.pensize(99)
pen1.color("green")
pen1.right(45)
pen1.forward(100)
pen1.circlel(50,180)
pen1.right(90)
pen1.circlel(50,180)
pen1.forward(100)
pen1.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