Commit aa2ab321 by BellCodeEditor

save project

parent 9cd42aab
Showing with 6 additions and 1 deletions
# 玩家出拳
ssssss=input("请出拳/石头/剪刀/布/")
import random
ssssss=input("请出拳/石头/剪刀/布")
print(ssssss)
aaaaaaa=["石头","剪刀","布"]
s_q=random.choice(aaaaaaa)
print(s_q)
\ 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