Commit 78b10fdb by BellCodeEditor

save project

parent 8c5e9586
Showing with 7 additions and 2 deletions
# 玩家出拳 inport random
\ No newline at end of file SB=input("玩家出(石头、剪刀、布)")
print("玩家出"+SB)# 玩家出拳
list=["石头","剪刀","布"]
robot=random.choice(list)
print("电脑出"+robot)
\ 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