Commit 94fbbf05 by BellCodeEditor

auto save

parent b5c6bbbe
Showing with 17 additions and 0 deletions
a=3
b=5
if a<b:
print("1")
elif a<b:
print("2")
else:
print("3")
\ No newline at end of file
# 玩家出拳
import random
player=input("出拳")
print(player)
q=["剪刀","石头","布"]
computer=random.choice(q)
print(computer)
\ 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