Commit 897f847d by BellCodeEditor

save project

parent 31cb3670
Showing with 4 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen = turtle.Pen()
screen = turtle.Screen()
screen.bgcolor("light blue")
pen.penup()
pen.goto(-100,0)
pen.write("你好呀诺一,\nturtle真好用,\n 我会在画布上写字了",font = ("time",30,"normal"))
pen1 = turtle.Pen()
pen1.left(45)
pen1.color("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