Commit 25d6b637 by BellCodeEditor

save project

parent aec30cd9
Showing with 5 additions and 2 deletions
# 玩家出拳
player=input('你出(石头/剪刀/布)?')
print(player)
\ No newline at end of file
print(player)
import random
hh=['石头','剪子','布']
print(random.choice(hh))
\ 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