Commit d0ac94b4 by BellCodeEditor

save project

parent 54aded5c
Showing with 15 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen = turtle.Pen() # 那画笔
pen.write("你好呀",font=("time",30"normal")) pen = turtle.Pen
# 设置画笔颜色
pen.color("red")
# 设置画笔粗细
pen.pensize(10)
#画爱心
pen.left(45)
# fd = forword
pen.fd(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done
\ No newline at end of file \ 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