Commit 848ee7a0 by BellCodeEditor

save project

parent b07ec479
Showing with 13 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("red")
pen=turtle.pen()
pen.penup()
pen.goto(100,-100)
pen.write(" Hi,弱鸡,用python写电子贺卡真是太有趣味了")
pen.hideturtle()
pen=turtle.Pen
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