Commit 116f4121 by BellCodeEditor

save project

parent 550ef655
Showing with 2 additions and 0 deletions
...@@ -6,6 +6,8 @@ screen.bgcolor("green") ...@@ -6,6 +6,8 @@ screen.bgcolor("green")
pen.goto(100,-100) pen.goto(100,-100)
pen.write("你好,\n老娘们儿",font=("Times",50,"normal")) pen.write("你好,\n老娘们儿",font=("Times",50,"normal"))
pen.penup() pen.penup()
pen.goto(0,0)
pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.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