import array
pos = array.array('l', 7 * [99])
The Python module's standard module's array module is the only way to make an array that comes with Python (a third-party module numpyoffers other ways, but they need to be downloaded and installed separately) - what your Q does, and every answer still builds list, not a array.
, , pos, Q, As , - (32- , ), , ( , , , ).
, array, list ( list , ), - , , , , ! -)