Commit 69d18600 by BellCodeEditor

auto save

parent ea8ce040
Showing with 7 additions and 7 deletions
import turtle import turtle
# screen=turtle.Screen() #创建画布
# screen.bgcolor("blue") #设置画布颜色
# pen=turtle.Pen() pen=turtle.Pen()
# pen.penup() #抬笔
# pen.goto(100,-100) #画笔移到50,-100
# pen.write("你好呀",font=("Times",20,"normal")) pen.write("你好呀",font=("Times",20,"normal"))
turtle.done() #删掉这行
#创建新画笔pen1 #创建新画笔pen1
#设置画笔大小 #设置画笔大小
#设置画笔颜色 #设置画笔颜色
......
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