Commit bc002938 by BellCodeEditor

save project

parent 52a5d1f1
Showing with 7 additions and 4 deletions
import turtle import turtle
# Pen=turtle.Pen() screen=turtle.Screen()
# Pen.write("诺依\n,turtle真好用\n,我会在画布上写字了!", screen.bgcolor("light blue")
# font=("Times",30,"normal")) Pen=turtle.Pen()
# turtle.done() Pen.penup()
Pen.goto(-100,100)
Pen.write("诺依\n,turtle真好用\n,我会在画布上写字了!",
font=("Times",13,"normal"))
Pen1=turtle.Pen() Pen1=turtle.Pen()
Pen1.pensize(5) Pen1.pensize(5)
Pen1.pencolor("red") Pen1.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