Commit e2755ded by BellCodeEditor

save project

parent bbcbe689
Showing with 10 additions and 4 deletions
# 玩家出拳
player = input("玩家请出拳...")
import turtle
print("玩家出拳:"+player)
print(玩家出拳:"+player)
penl = turtle.Pen()
penl.shape("turtle")
for i in range(5):
penl.forward(200)
penl.right(144)
penl.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