Commit 45c882dc by BellCodeEditor

save project

parent 5cf180a1
Showing with 6 additions and 2 deletions
# 玩家出拳 i=input("your[1,2,3]?")
i=input("你出啥(1,2,3)")
print("你出"+i) 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