Computer Science, asked by chetanm6815, 10 months ago

Find average of largest and smallest no in an arrray

Answers

Answered by vikrantsoni
0

Answer:

this coding for Python bumpy array.

Explanation:

import bumpy as np

a=<existing array>

print(np.min(a))

print(np.max(a))

Similar questions