Commit 96426569 by BellCodeEditor

save project

parent 5e8872fb
Showing with 2 additions and 2 deletions
import turtle import turtle
sb=10
pen=turtle.Pen() pen=turtle.Pen()
#pen.write("nihao") #pen.write("nihao")
pen.pensize(5) pen.pensize(5)
...@@ -16,4 +17,4 @@ pen=turtle.Pen() ...@@ -16,4 +17,4 @@ pen=turtle.Pen()
pen.goto(-100,0) pen.goto(-100,0)
pen.write("hqdwhdjbajk",font=("Times",30,"normal")) pen.write("hqdwhdjbajk",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file
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