Commit 554adf7a by BellCodeEditor

save project

parent 53051484
Showing with 2 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
screen=turtle.screen() screen=turtle.Screen()
screen.bgcolor() screen.bgcolor("light blue")
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.forward(450) pen.forward(450)
......
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