Commit 9e7dbf9d by BellCodeEditor

save project

parent 82dca954
Showing with 10 additions and 0 deletions
...@@ -3,4 +3,13 @@ screen=turtle.Screen() ...@@ -3,4 +3,13 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen.turtle.pen() pen.turtle.pen()
pen.penup() pen.penup()
pen.pencolor("black")
pen.pensoze(1)
pen.goto(100,-100) pen.goto(100,-100)
pen.write("HI~\nxxx\n123\npython~",font=("宋体",20,"normal")
pen.hideturtle()
len=70
pen1=turtle.("red")
pen1.pensize(10)
pen1.left(45)
pen.
\ 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