Commit d6097a1a by BellCodeEditor

save project

parent b3f9209c
Showing with 7 additions and 1 deletions
player=input("") import random
player=input("请猜拳(石头/剪刀/布):")
print("玩家猜拳:"+player)
print("计算机出拳中......")
time.sleep(5)
list=["石头","jian"]
\ 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