Commit 7367c8d0 by BellCodeEditor

save project

parent 48c9dca1
import random
a= random. randint(3,4)
b=[1,2,3,4,5,6,7,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
print(randint.coice(b))
......
import random
com=['剪刀','石头','布']
comer=random.choice(com)
print('电脑出拳:'+comer)
......
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