Smart Array Programming
In this lesson, we will discuss some smart programming tools for arrays.
Using conditions on arrays #
You can perform comparison statements on arrays, and it will return an array of booleans (True
and False
values) for each value in the array. For example, let’s create an array and find out which values of the array are below 5:
Get hands-on with 1400+ tech skills courses.