20 Feb
2020
20 Feb
'20
3:31 p.m.
20.07.11 23:48, Sven Rahmann пише:
At the moment, the array module of the standard library allows to create arrays of different numeric types and to initialize them from an iterable (eg, another array). What's missing is the possiblity to specify the final size of the array (number of items), especially for large arrays.
array.array(typecode, [fillvalue]) * n