Commit 4a9c13d4 by BellCodeEditor

save project

parent 3606f1a6
Showing with 3 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
#pen.write("Hi,小诺,\nthanks!") pen.write("Hi,小诺,\nthanks!",font=("Times",20,"normal"))
screen=turtle.Screen()
screen.bgcolor("light blue")
pen.pencolor("red") pen.pencolor("red")
pen.pensize(5) pen.pensize(5)
pen.left(45) pen.left(45)
......
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