Commit 2b90c801 by BellCodeEditor

save project

parent 16592985
Showing with 6 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
Pen1.penup()
Pen1.gotto(100,-100)
Pen1.write("Hello,fine.",font=("Times",20,"normal"))
# 拿画笔
Pen = turtle.Pen()
s =turtle.Screen()
s.bgcolor("AFFDAC")
# 设置画笔颜色
Pen.color("red")
Pen.color("pink")
# 设置画笔粗细
Pen.pensize(10)
# 画爱心
......
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