Commit 7995c417 by BellCodeEditor

save project

parent d9cb6091
Showing with 2 additions and 2 deletions
...@@ -3,8 +3,8 @@ import turtle ...@@ -3,8 +3,8 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
a=turtle.Screen() a=turtle.Screen()
a.bgcolor("blue") a.bgcolor("yellow")
pen.write('你好老八',font=("Times",30,"normal")) pen.write('你好呀!很高兴认识你,你叫啥',font=("Times",30,"normal"))
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.goto(-100,100) pen.goto(-100,100)
......
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