

What does this program print?
Trace the program the way the computer would, then make your call before running anything.
from collections import Counter
print(Counter("banana")["a"])

Trace the program the way the computer would, then make your call before running anything.
from collections import Counter
print(Counter("banana")["a"])