Commit 5725b0d0 by BellCodeEditor

save project

parent d2d90f47
Showing with 5 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.pencolor("red")
pen.penup()
pen.goto(-100,0)
pen.writle("12345",font=("Times",30,"normal"))
screen=turtle.Screen()
screen.color("red")
pen.pensize(20)
pen.left(45)
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