Commit acf8c2cd by BellCodeEditor

save project

parent 3984efca
Showing with 5 additions and 2 deletions
k=input("石头剪刀还是")
k=input("石头剪刀还是布-")
print("玩家出拳"+k)
import random
k=["剪刀","石头","布"]
kk=random.choice(k)
print(kk)
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