Commit 67a13150 by BellCodeEditor

save project

parent 6298c332
Showing with 14 additions and 4 deletions
# 玩家出拳 import random
game=input("你要出什嘛")
print("hjhg"+game) piver = input("玩家出拳:")
\ No newline at end of file
print("玩家出拳:"+player)
listl=( "石头""剪刀","布")
computer = random.choice(listl)
print("计算机出拳"+computer)
if plyer==
\ 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