Commit 5b181dcd by BellCodeEditor

auto save

parent 44c15999
Showing with 10 additions and 0 deletions
import random #导入模块
list = ["石头","剪刀","布"]#创建结果列表
com = random.choice(list)
#print("计算机出拳:"+com)
#玩家出拳
player = input("请选择:")
print("玩家出拳:"+player)
if :
e
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