Version 1 (modified by sasha, 7 years ago)

--

Zero-rank arrays are array with shape=(). For example: {{{#!python

x = array(1) x.shape

() }}}