Commit 6add1f30 by BellCodeEditor

save project

parent b601ef8a
Showing with 2 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
t=turtle.Pen() t=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
t.write("111111111111111111111111111\n11111111111111111111111111111",font=("Times",1,"normal")) t.write("111111111111111111111111111\n11111111111111111111111111111",font=("Times",1,"normal"))
t.left(45) t.left(45)
t.pencolor("red") t.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