Commit b22aeb48 by BellCodeEditor

save project

parent a727d329
Showing with 10 additions and 0 deletions
import random
input("我出拳:")
print(a)
b=("剪刀","石头","布")
c=random.choice(b)
print(c)
if a==c:
print("平局")
elif
\ 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