Commit 44126ec7 by BellCodeEditor

save project

parent d06a255a
Showing with 6 additions and 2 deletions
# 玩家出拳 # 玩家出拳
player=input("赶紧给老子出拳,石头,剪刀,还是布,赶紧的") player=input("赶紧给老子出拳,石头,剪刀,还是布,赶紧的")
print("哦吼,你竟然出"+player) print("哦吼,你竟然出"+player)
\ No newline at end of file import random
list=["石头","剪刀","布"]
PC=random.choice(list)
print("老子选的是"+PC)
\ 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