Commit 444fb84f by BellCodeEditor

save project

parent bc395763
Showing with 6 additions and 2 deletions
玩家 = input("")
\ No newline at end of file
input("剪刀/石头/布")
import random
y = ["剪刀","石头","布"]
h=random.choice(y)
print(h)
\ 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