Commit 6f326ce6 by BellCodeEditor

save project

parent 9198e91a
Showing with 4 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# sb=turtle.Pen()
# sb.write("hhhhhhhhhhhhhhhhhhhha\nha",font=("Times",200,"normal"))
# turtle.done()
sb=turtle.Pen()
sb.penup()
sb.goto(0,-100)
sb.write("hhhhhhhhhha\nha",font=("Times",30,"normal"))
wc=turtle.Pen()
wc.pencolor("red")
wc.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