Commit 0d5822db by BellCodeEditor

save project

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