Initialising an array of fixed size in python Posted on 2018-08-14 | In python description: python create array with length code for creating array with fix length123>>> aList = [None] * 6>>> aList[None, None, None, None, None, None] Post author: killfun Post link: http://search4fan.github.io/post/python_create_empty_array_with_fix_length.html Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.