Commit 7f7e2fe8 by BellCodeEditor

save project

parent 50b68295
Showing with 5 additions and 0 deletions
wc=input("请出爪子 剪刀/石头/布") wc=input("请出爪子 剪刀/石头/布")
print("玩家出爪子"+wc) print("玩家出爪子"+wc)
import random
list=["剪刀","石头","布"]
w=random.choice(list)
print(w)
\ 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