Commit ff8a18c8 by BellCodeEditor

auto save

parent 70ce19d9
Showing with 0 additions and 7 deletions
import turtle import turtle
s=turtle.Screen()
s.bgcolor("blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hi,~\n用python写电子贺卡真是太有趣啦~\n我也喜欢python~\n——悟空 ",font=("Times",18,"normal"))
pen.hideturtle()
t=turtle.Pen() t=turtle.Pen()
t.pencolor("red") t.pencolor("red")
t.fillcolor("red") t.fillcolor("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