Commit 16030398 by BellCodeEditor

auto save

parent 33cac84d
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ pen=turtle.Pen() ...@@ -5,7 +5,7 @@ pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
screen.bgcolor("pink") screen.bgcolor("pink")
pen.write("诺伊,python真好用!\n——悟空",font=("Times",15,"normal")) pen.write("哈利:"你会用魔法吗?",font=("Times",15,"normal"))
pen.hideturtle() pen.hideturtle()
pen1.left(45) pen1.left(45)
pen1.pensize(5) pen1.pensize(5)
......
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