Commit b411e12f by BellCodeEditor

save project

parent 60146eca
Showing with 3 additions and 1 deletions
import turtle import turtle
Screen=turtle.Screen()
Screen.bgcolor('yellow')
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-100,-100) pen.goto(-100,-100)
pen.write('一弄,\nturtle模块真难用'font=('times',13,'normal')) pen.write('一弄,\nturtle模块真难用'font=('Times',13,'normal'))
turtle.hidturtle() turtle.hidturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor('blue') pen1.pencolor('blue')
......
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