You could write a loop and count the elements in t...
# announcements
o
You could write a loop and count the elements in the iterable. But an iterable can potentially yield an infinite amount of elements, so that breaks apart really quickly.