Commit 8967e016 by BellCodeEditor

save project

parent 3b812f08
Showing with 6 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
a=turtle.Pen()
a.penup()
a.goto(100,-100)
screen=turtle.Screen()
screen.bgcolor("pink")
a.write("我真谢谢你,\n诺依",font=("Times",15,"normal"))
t=turtle.Pen() t=turtle.Pen()
t.color("red") t.color("red")
t.left(45) t.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