Commit 087ff73f by BellCodeEditor

save project

parent 9f0a0e49
plarer=input("請出拳τ(石頭/剪刀/捕):")
plarer=input("請出拳τ(石頭/剪刀/捕))
print("玩家出拳:"+player)
\ No newline at end of file
plarer=input("請出拳τ(石頭/剪刀/捕)")
plarer=input("請出拳τ(石頭/剪刀/捕)")
print("玩家出拳:"+player)
import random
list=["石頭","剪刀","不"]
compute=random.choice(list)
print("sb出拳:"+compute)
\ 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