Commit be00e33c by BellCodeEditor

save project

parent fe57f0e2
Showing with 5 additions and 2 deletions
player=input("请出拳"+("剪刀"/"石头"/"布")") player=input("请出拳"+("剪刀"/"石头"/"布")")
print(player,"真牛")# 玩家出拳 print(player+"真牛")# 玩家出
\ No newline at end of file import random()
list["剪刀","石头",""]
print("电脑出拳"+random.choice())
\ 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