Commit 2d0cfdff by BellCodeEditor

save project

parent 16501a89
Showing with 9 additions and 0 deletions
# 我们都爱夸夸
a=input("出啥")
print("玩家出"+a)
import random
list=['石头','剪刀','布']
b=random.choice(list)
print(b)
if a==b:
print("平局")
else:
if
\ No newline at end of file
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