# Array
An array is a [[Seq - Sequence|sequence]] [[type]] and behave very much like lists, except that the [[type]] of [[Object|objects]] stored in them is constrained to characters, integers, floating-point numbers. It is accessible through the [[Fields/Development/Programming Languages/Python/Libraries/Builtins/Containers/Array|array]] [[module]].
---
Bibliography:
- [array - docs.python.org](https://docs.python.org/fr/3/library/array.html)