Commit 76410a15 by BellCodeEditor

save project

parent f3944fe1
Showing with 3 additions and 0 deletions
import turtle import turtle
pen1=turtle.Pen() pen1=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("red")
pen1.goto(-100,0)
pen1.write("再见,\n再也不见!",font=("Times",30,"normal")) pen1.write("再见,\n再也不见!",font=("Times",30,"normal"))
pen1.pensize(10) pen1.pensize(10)
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