Hope this isn't a stupid question.
Im trying to avoid typing out a long statement many times.
As the title says, can I check a range of array elements against a criteria in one small statement?
I'm trying to get something like this: if array[1]...array[4] == 0: Something here...
I am aware I can type out 'array[1] =0 and array[2] = 0' etc, but it seems very tedious.
Many thanks!
(I apogize if this post is badly formatted, the mobile interface isn't that great)