Which line of code is missing if the intention is to count the number of elements in the list? zork = 0 print('Before', zork) for thing in [9, 41, 12, 3, 74, 15]: # Missing line here print('After', zork)