Commit fcde6136 by BellCodeEditor

save project

parent 79e26aa8
Showing with 5 additions and 0 deletions
# 玩家出拳 # 玩家出拳
m=input("请出(石/布/刀)") m=input("请出(石/布/刀)")
print("玩家出拳:"+m) print("玩家出拳:"+m)
import random
l=["石","布","刀"]
c=random.choice(l)
print("我出拳:"+c)
\ 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