Commit ab94491c by BellCodeEditor

save project

parent 25ae7465
Showing with 3 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
'''
pen = turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.pendown()
pen.write("案件算法覅\n的卡号三大航空的\n爱对方哈佛的",font=("times",20,"normal"))
pen.hideturtle()
turtle.done()
'''
pen1 = turtle.Pen()
pen1.fillcolor("red")
pen1.begin_fill()
......
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