Commit 96584c08 by BellCodeEditor

save project

parent 065dc56e
Showing with 4 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
pen= turtle.Pen()
pen.penup()
pen.goto(0,-100)
pen.write("诺伊,\nturtle太有趣了,\n我已经会用它写字了",font=("华文隶书",24,"normal"))
turtle.done()
pen1= turtle.Pen()
pen1.pensize(10)
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