Commit b2b605b4 by BellCodeEditor

save project

parent 2b0072a6
Showing with 6 additions and 2 deletions
玩家=input('石头/剪刀/布:')
\ No newline at end of file
玩家=input('石头'/'剪刀'/'布')
import random
SJB=['石头','剪刀','布']
电脑=random.choice(SJB)
print(玩家+'(玩家)'+'vs'+电脑+'(电脑)')
\ 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