Commit 49c48d12 by BellCodeEditor

save project

parent 62948efe
Showing with 7 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# pen=turtle.Pen()
# pen.write("Hi~诺伊,\nPython真好用\n,我会打字了!",font=("Times",30,"normal"))
# pen.hideturtle()
pen=turtle.Pen()
pen.penup()
pen.goto(-100,100)
pen.write("Hi~诺伊,\nPython真有意思\n,我会做贺卡了!",font=("Times",30,"normal"))
pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("pink")
pen1=turtle.Pen()
pen1.left(45)
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