执行下列Python代码,能输出的数字有( )。
from random import * x = randint (0,3) print(x)
0, 1, 2, 3
1, 2, 3, 4
1, 2. 3, 6
0, 1, 1.5, 2, 3