Commit 8e8c6ad0 by BellCodeEditor

save project

parent 7bbef35e
Showing with 116 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
import turtle
screen=turtle.Screen()
screen.dgcolr("light blue")
pen=turtle.pen()
pen.penup()
pen.goto(100,-100)
pen.wrie("诺伊。\你好呀!")
pen.hideturtle()
pen1=turtle.pen()
pen1.pensize(20)
pen1.pencoior("red")
pen1.left(45)
pen1.forward(100)
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