Commit f3f969d9 by BellCodeEditor

save project

parent e6b41148
Showing with 2 additions and 2 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
b=turtle.Pen()
b.penup()
b.goto(100,-100)
b.write("Hi,诺伊~\n用python写电子贺卡真是太有趣了~\n我也喜欢python~\n——悟空",font=("Times",18,("normal")))
b.hideturtle()
a = turtle.Pen()
a.pensize(5)
a.pencolor("red")
......
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