Commit a454d9d8 by BellCodeEditor

auto save

parent 517651bc
Showing with 9 additions and 0 deletions
import random
player=input('出拳吧')
print('我出的是'+player)
a=['拳头','剪刀','布']
jiqi = random.choice(a)
print(jiqi)
\ 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