Commit 80f5976d by BellCodeEditor

save project

parent 293d13b8
Showing with 6 additions and 2 deletions
#写字 #写字
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("你好诺伊,",font=("times",30,"normal")) screen.bgcolor("pink")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("你好诺伊",font=("times",30,"normal"))
# turtle.done() # turtle.done()
#画心 #画心
pen1=turtle.Pen() pen1=turtle.Pen()
......
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