Commit e1194382 by BellCodeEditor

save project

parent 7e38a414
Showing with 2 additions and 1 deletions
...@@ -7,7 +7,8 @@ pen.write("来了老弟!\n想死你了",font=("Times",30,"normal")) ...@@ -7,7 +7,8 @@ pen.write("来了老弟!\n想死你了",font=("Times",30,"normal"))
pen.penup() pen.penup()
pen.goto(0,-100) pen.goto(-100,0)
pen.pendown()
pen.pensize(4) pen.pensize(4)
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