Commit e58b17e3 by BellCodeEditor

save project

parent 52adc934
Showing with 4 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("green")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("勇于挑战的\n程序创造师,\n加油!",font=("Times",30,"normal"))
pen1=turtle.Pen()
#画图
......
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