第21693题
执行给定Python代码后,变量a的可能值是以下哪一项?
from random import *
a=randint(1,10)
A

0

B

11

C

6

D

20