Commit cd997511 by BellCodeEditor

auto save

parent 4bb611a5
Showing with 18 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen1=turtle.Pen()
pen.pendown() #落笔
turtle.done() #保持画布
pen.fillcolor("")# 设置颜色
pen.begin_fill() # 开始填充
pen.end_fill() #结束填充
# 设置背景颜色 pink 改变字体位置
\ No newline at end of file
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