Commit 99ca056a by BellCodeEditor

save project

parent 3a0f1033
Showing with 4 additions and 7 deletions
# 玩家出拳 import turtle
import random pen=turtle.Pen
player=input("请出拳,石头/剪刀/布:") pen.write("你针不好\n陌生人"foot("Times",20,"normal"))
print("玩家出拳"+player) \ No newline at end of file
a=["石头","剪刀","布"]
computer=random.choice(a)
print("电脑出拳"+computer)
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