Commit 0848f9a6 by BellCodeEditor

save project

parent 7c8e3cd4
Showing with 24 additions and 2 deletions
import random
game=input("出啥")
print("L1:"+game)
\ No newline at end of file
print("L1:"+game)
list = ["石头","剪刀","布"]
C = random.choice(list)
print("计算机:"+ computer)
if game==C
print("==")
elif game =="剪刀" and C == "石头":
print("<")
elif game == "布" C=="剪刀":
print(">")
else game==:
\ 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