Commit 66041e75 by BellCodeEditor

save project

parent 5c315353
Showing with 2 additions and 2 deletions
...@@ -2,8 +2,8 @@ import turtle ...@@ -2,8 +2,8 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
screen=tuple.Screen() screen=turtle.Screen()
screen.bgcolor("pine") screen.bgcolor("pink")
pen.write("电费夫妇各五个福娃功夫\n 非官方飒飒过的嘎技术的",font=("Times",30,"normal")) pen.write("电费夫妇各五个福娃功夫\n 非官方飒飒过的嘎技术的",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
......
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