Commit f417dc92 by BellCodeEditor

auto save

parent eb1a7463
Showing with 23 additions and 0 deletions
if player in list:
if player == computer:
print("平局")
elif player == "石头" and computer == "剪刀":
print("玩家胜利")
else:
print("电脑胜利")
else:
print("输入错误,请重新输入")
import random
random.choice(list)
a = random.randint(1,100)
print(a)
if a == 30:
int
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