Commit 8e154398 by BellCodeEditor

save project

parent 18b0f48b
Showing with 6 additions and 2 deletions
qwe=input("玩家请出拳石头/剪刀/布:")
print("玩家出拳:"+qwe)
\ No newline at end of file
print("玩家出拳:"+qwe)
import random
q=["石头","剪刀","布"]
qwer=random.choice(q)
print("机器出拳:",qwer)
\ 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