Commit ea54b4f1 by BellCodeEditor

save project

parent 9a5bdcab
Showing with 6 additions and 1 deletions
a=input('石头剪刀布') a=input('石头剪刀布')
print('玩家出'a) print('玩家出'+a)
import random
bb=['剪刀','石头','布']
random.choice(bb)
print("电脑出"+b)
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