Commit 985d4856 by BellCodeEditor

save project

parent 2a111dbd
Showing with 3 additions and 1 deletions
#玩家出拳 #玩家出拳
player=input(石头/剪刀/) player=input(石头/剪刀/)
input("玩家出拳"+player) input("玩家出拳"+player)
list={石头/剪刀/}
import.random import.random
random.choice(player) random.choice(list)
random.randint() random.randint()
#计算机出拳 #计算机出拳
\ 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