Commit 723d352b by BellCodeEditor

save project

parent 892af2a2
Showing with 8 additions and 4 deletions
import turtle
import turtle
import turtle
# mypen=turtle.Pen()
# mypen.write("你好,\n肖sb",font=("Times",30,"normal"))
# mypen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("blue")
mypen=turtle.Pen()
mypen.penup()
mypen.goto(100,-100)
mypen.write("你好,\n肖sb",font=("Times",30,"normal"))
mypen.hideturtle()
mypen1=turtle.Pen()
mypen1.pensize(10)
mypen1.pencolor("red")
......
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