Commit db360341 by BellCodeEditor

save project

parent 883ae81e
Showing with 7 additions and 4 deletions
import turtle import turtle
# pen=turtle.Pen() pen=turtle.Pen()
# pen.write("你好\n呀!" ,font=("Times",100,"normal")) pen.penup()
# pen.hideturtle() pen.goto(-40,50)
# turtle.done() pen.write("你好\n呀!" ,font=("Times",25,"normal"))
pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("red")
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(15) pen1.pensize(15)
pen1.pencolor("yellow") pen1.pencolor("yellow")
......
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