Commit 4475c97c by BellCodeEditor

save project

parent a74d6cd1
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ pen.goto(100,-100) ...@@ -8,7 +8,7 @@ pen.goto(100,-100)
pen.write("你好,小依。\n今天玩得开心吗?",font=("Times",30,"normal")) pen.write("你好,小依。\n今天玩得开心吗?",font=("Times",30,"normal"))
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.goto(0,0) pen.goto(0,-10)
pen.pendown() pen.pendown()
pen.left(45) pen.left(45)
pen.forward(200) pen.forward(200)
......
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