Commit d9a0f9a3 by BellCodeEditor

auto save

parent 23dfff73
Showing with 8 additions and 0 deletions
# 玩家
import random
w=input("爱子出拳")
print("爱子出拳"+w)
list=["剪刀","石头","布"]
c=random.choice(list)
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