Commit ba51d11e by BellCodeEditor

save project

parent 06426952
Showing with 7 additions and 3 deletions
# 玩家
w=input("安子出拳")
print("安子出拳"+w)
\ No newline at end of file
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