Commit 45c882dc by BellCodeEditor

save project

parent 5cf180a1
Showing with 7 additions and 4 deletions
# 玩家出拳
i=input("你出啥(1,2,3)")
print("你出"+i)
\ No newline at end of file
i=input("your[1,2,3]?")
print("你出"+i)
import random
list=["1","2","3"]
computer=random.choice(list)
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