Commit 50c61398 by BellCodeEditor

save project

parent 3d7e140d
Showing with 6 additions and 1 deletions
aa=input('你出什么')
if aa==石头 or 剪刀 or 布:
print('玩家出拳'+aa)
import random
list1=["石头",'剪刀',"布"]
bb=random.choice(list1)
print("电脑出拳"+bb)
\ 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