Commit 0d5822db by BellCodeEditor

save project

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