Commit 5c04e1f0 by BellCodeEditor

save project

parent c8f33b33
Showing with 8 additions and 3 deletions
import turtle
Pen=turtle.pen()
pen.write("诺",
font=("times",30,"normal"))
screen=turtle.Screen()
screen.bgcolor("light blue")
Pen=turtle.Pen()
pen.penup
pen.goto(100,-100)
pen.write("诺",)
font=("times",30,"normal"))
turtle.done()
pen1=turtle.pen()
pen1.pensize(5)
......
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