Commit b49f8b32 by BellCodeEditor

auto save

parent b5c6bbbe
Showing with 9 additions and 0 deletions
# 玩家出拳
p=input("你想出什么:")
print("玩家出:"+p)
import random
lst1=["石","剪","布"]
c=random.choice(lst1)
print("人机出:"+c)
\ 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