Commit cbcd72ed by BellCodeEditor

save project

parent ea9af1e2
Showing with 1 additions and 2 deletions
import turtle import turtle
...@@ -3,7 +3,6 @@ mypen=turtle.Pen() ...@@ -3,7 +3,6 @@ mypen=turtle.Pen()
mypen.write("你好,\n肖sb",font=("Times",30,"normal")) mypen.write("你好,\n肖sb",font=("Times",30,"normal"))
mypen.hideturtle() mypen.hideturtle()
mypen1=turtle.Pen() mypen1=turtle.Pen()
mypen1.goto(10,0)
mypen1.pensize(10) mypen1.pensize(10)
mypen1.pencolor("red") mypen1.pencolor("red")
mypen1.left(45) mypen1.left(45)
......
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