Find all values between 40 and 60 (both included). | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Find all values between 40 and 60 (both included).

Find all values between 40 and 60 (both included). using Numpy no loops are used a = np.array([3, 58, 93, 96, 40, 97, 95, 24, 27, 61, 15, 25, 47, 22, 45, 50, 99, 37, 13, 17, 90, 13, 23, 54, 80, 83, 98, 14, 70, 30])

3rd Oct 2021, 11:00 AM
Zhenis Otarbay
Zhenis Otarbay - avatar
1 Answer
+ 2
This is what you want? If so, You can solve it well yourself by revising lesson 9.1 from the py data science course. https://code.sololearn.com/cvztdtAqaiSV/?ref=app
3rd Oct 2021, 12:29 PM
Myo Thuzar
Myo Thuzar - avatar