The first method sends everything to any()
whilst the second only sends to any()
when there’s an odd number, so any()
has fewer elements to go through.
The first method sends everything to any()
whilst the second only sends to any()
when there’s an odd number, so any()
has fewer elements to go through.