Commit bb10ca72 by BellCodeEditor

save project

parent f89ce994
Showing with 5 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen._bgcolor(red)
pen=turtle.Pen()
pen.penup()
pen.goto(0,-100)
pen.write("你好,诺伊\n我是悟空",font=("Times",30,"normal"))
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
......
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