Commit d319cf9c by BellCodeEditor

save project

parent 849522fe
Showing with 14 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
t=turtle.Pen()
t.write("石头,剪刀,布"font=("Times",20,"normal"))
# t = turtle.Pen()
# t.write("石头,剪刀,布",font=("Times",20,"normal"))
# turtle.done()
t1=turtle.Pen()
t1.pensize(5)
t1.pencolor("red")
t1.left(45)
t1.forward(100)
t1.circle(50,180)
t1.right(90)
t1.circle(50,180)
t1.forward(100)
t1.hideturtle()
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