Commit 485401f6 by BellCodeEditor

save project

parent 7c48fd49
Showing with 3 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.color("red") pen.color("red")
pen.goto(-200,20) pen.up()
pen.goto(200,-20)
pen.down()
pen.write("[^~^]",font=("times",30,"normal")) pen.write("[^~^]",font=("times",30,"normal"))
pen.hideturtle() pen.hideturtle()
p=turtle.Pen() p=turtle.Pen()
......
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