Commit 8e3c4908 by BellCodeEditor

save project

parent 40b12d07
Showing with 1 additions and 1 deletions
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
Pen=turtle.Pen Pen=turtle.Pen()
Pen.penup() Pen.penup()
Pen=turtle.Pen() Pen=turtle.Pen()
Pen.write("诺依,turtle真好用,\n我会在\n画布上写字啦。",font=("Times",30,"normal")) Pen.write("诺依,turtle真好用,\n我会在\n画布上写字啦。",font=("Times",30,"normal"))
......
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