Commit 38c4a723 by BellCodeEditor

auto save

parent c5aa5aef
Showing with 2 additions and 7 deletions
import random
list = ["石头","剪子","布"]
player = input("玩家出拳(石头/剪子/布):")
print("玩家出拳:"+player)
letter = random.choice(list)
print("电脑出拳:"+letter)
\ No newline at end of file
import
\ 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