/
๐Ÿ

Array in Python

https://docs.python.org/3/library/array.html
python

Array has a data type

python
from array import array
numbers = array("i", [1,2,3]) # "i" for integer data types
Edit this page
logo
Hi Mohsen save your notes