Commit a406a041 by BellCodeEditor

save project

parent 55ecf2d2
Showing with 1 additions and 1 deletions
player=input("剪刀或石头或布")
print("玩家出:"+player)
import random
k=["剪刀""石头""布"]
k=["剪刀","石头","布"]
nm=random.choice(k)
print(nm)
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