Commit 9198e91a by BellCodeEditor

save project

parent 07ea61b3
Showing with 13 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
sb=turtle.Pen()
sb.write("hhhhhhhhhhhhhhhhhhhha\nha",font=("Times",200,"normal"))
# sb=turtle.Pen()
# sb.write("hhhhhhhhhhhhhhhhhhhha\nha",font=("Times",200,"normal"))
# turtle.done()
wc=turtle.Pen()
wc.pencolor("red")
wc.pensize(10)
wc.left(45)
wc.forward(100)
wc.circle(50,180)
wc.right(90)
wc.circle(50,180)
wc.forward(100)
turtle.done()
\ 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