Commit a6751559 by BellCodeEditor

save project

parent 7e1fc8bd
Showing with 7 additions and 2 deletions
# 玩家出拳 # 玩家出拳
fdgf = input("(石头/剪刀/布):") fdgf = input("(石头/剪刀/布):")
print(fdgf)
\ No newline at end of file # 计算机出拳
import random
a=["石头","剪刀","布"]
n=random.choice(a)
print(n)
\ 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