Commit 5c04e1f0 by BellCodeEditor

save project

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