Commit 12feda3f by BellCodeEditor

save project

parent f6eff3ec
Showing with 14 additions and 2 deletions
import random
chuquan=input("请玩家出拳:(剪刀石头布)") chuquan=input("请玩家出拳:(剪刀石头布)")
print("玩家出拳:"+oo) print("玩家出拳:"+chuquan)
\ No newline at end of file
list=["剪刀","石头","布"]
computer=random.choice(list)
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