多选题

阅读下面代码,请问输出的a可能是哪些值?

import random
a =random.randint(2,10)
print(a)
A

2

B

6

C

10

D

11

赣ICP备20007335号-2