Commit 4c7939a1 by BellCodeEditor

auto save

parent 9658c377
Showing with 13 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
P = turtle.Pen()
P.write("hhhhhhhhhhh\nuuuuuuuuuu",font=("times",30,"normal"))
turtle.done()
\ No newline at end of file
#P = turtle.Pen()
#P.write("hhhhhhhhhhh\nuuuuuuuuuu",font=("times",30,"normal"))
#turtle.done()
p1=turtie.Pen()
p1.pensize(5)
p1.pencolor("blue")
p1.left(45)
p1.forward(100)
p1.circie(50,180)
p1.right(90)
p1.circle()
\ 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