Commit b5e680c3 by BellCodeEditor

auto save

parent 89b47108
Showing with 8 additions and 0 deletions
import random
player=input("出:")
print("player:"+player)
list=["石头","剪刀","布"]
#cmp=list[ random.randint(0,2) ]
cmp=random.choice(list)
print(cmp)
\ 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