Commit 84b6254a by BellCodeEditor

save project

parent 5598ac04
Showing with 11 additions and 0 deletions
import random
a = input("你出啥?(剪刀、石头、布)") a = input("你出啥?(剪刀、石头、布)")
print("玩家出拳:"+a) print("玩家出拳:"+a)
list=("剪刀","石头","布")
a=random.choice(list)
print("机器人出拳:"+a)
if :
else:
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