Commit d34ade79 by BellCodeEditor

save project

parent 2c74f294
Showing with 6 additions and 0 deletions
......@@ -4,3 +4,9 @@ import random #导入随机模块
lalst=("石头","剪刀","布")#创建变量
computer=random.choice(last)#调用变量
print(computer)#输出电脑出拳
else:
print("你输了")
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