Commit 349f7d4d by BellCodeEditor

save project

parent 04b53af9
Showing with 7 additions and 3 deletions
shit=input("出拳")
print("player out")
\ No newline at end of file
import random
p=input("出拳")
print("玩家出"+p)
l=["石头","剪刀","布"]
computer=random.choice(l)
print(computer)
\ 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