๐Array in Pythonhttps://docs.python.org/3/library/array.htmlpythonArray has a data typepythonCopyfrom array import arraynumbers = array("i", [1,2,3]) # "i" for integer data typesEdit this page