Commit 561f4244 by BellCodeEditor

save project

parent c16a8522
Showing with 27 additions and 3 deletions
player=input("请出拳:石头/剪刀/布")# 玩家出拳 import turtle
print("玩家出拳:"+player) pen=turtle.Pen()
\ No newline at end of file
pe
\ No newline at end of file
...@@ -3,3 +3,20 @@ pen=turtle.Pen() ...@@ -3,3 +3,20 @@ pen=turtle.Pen()
pen.write("Hi,font=("Times",18,"normal")) pen.write("Hi,font=("Times",18,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
penl=turtle.Pen()
penl.pencolor("red")
penl=turtle.Pen()
penl.pencolor("red")
penl.pensize(5)
penl.left(45)
penl.forward(100)
penl.circle(50,180)
penl.right(90)
penl.circle(50,180)
penl.forward(100)
penl.hideturtle()
turtle.done()
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