Commit 8a72c7ac by BellCodeEditor

save project

parent 21783612
Showing with 4 additions and 0 deletions
import turtle
screen=turtle.Screen
screen.bgcolor("right green")
# pen=turtle.Pen()
# Pen.write("你好\n,你好吗\n,你在干嘛",font=("times",30,"mornal"))
# pen.hideturtle()
# turtle.done()
pen.penup()
pen.goto(100,-100)
pen1=turtle.Pen()
pen1.pencolor("red")
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