Commit 0a910443 by BellCodeEditor

save project

parent 07d334a7
Showing with 9 additions and 3 deletions
import turtle import turtle
#pen=turtle.Pen()
#pen.write("Hi,诺依~\n用python写贺卡真是太有趣啦~\n——悟空",font=("Timas",18,"normal")) screen=turtle.Ccreen()
#pen.hideturtle() screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hi,诺依~\n用python写贺卡真是太有趣啦~\n——悟空",font=("Timas",18,"normal"))
pen.hideturtle()
pen1=turtle.pen() pen1=turtle.pen()
pen1.pencolor("red") pen1.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