Commit e1cb4ab1 by BellCodeEditor

save project

parent 8a0803fd
Showing with 7 additions and 3 deletions
player=input("拳")
print("拳")# 玩家出拳
\ No newline at end of file
player=input("(a/b/c):")
print("出"+player)
import random
list=["a","b","c"]
computer=random.choice(list)
print(computer)# 玩家出拳aa/
\ 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