Commit 5a3c3e04 by BellCodeEditor

save project

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