python import mamba as mb arr = mb.array([1, 2, 3, 4, 5]) mean = mb.mean(arr) print(mean) pip install mamba