Commit 4005bccd by BellCodeEditor

save project

parent 8a33c946
Showing with 7 additions and 2 deletions
p1=input("出拳(石頭/剪刀/佈):")
print("玩家出拳:"+p1)
chu=input("出拳")
print("玩家出拳:"+chu)
import random
list=["石頭","剪刀","布"]
compurt=random.choice(list)
print("電腦出拳:"+compurt)
\ 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