Python Forum

Full Version: Array module
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All

I am not able to search and install array module.

Is using numpy.array the only way to create array data structure?

Python version - 3.7

Thanks
Meenu
The array module is in the standard library, you don't need to install it.
import array