下列程序的运行结果为:2,请填空?( )
import numpy as np
a = np.arange(0,12).reshape(3,4)
print()
a.shape()
a.shape
a.ndim()
a.ndim