Commit 72618858 by BellCodeEditor

save project

parent 4d524f37
Showing with 5 additions and 2 deletions
# 玩家出拳
import random
player=input("你要出石头/ 剪刀还是布")
print("我要出"+player)
\ No newline at end of file
print("我要出"+player)
list = ["石头","剪刀","布"]
cmputer =random.choice(list)
print("电脑出"+cmputer)
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