Python - Context Managers
You want to write a context manager that counts how many times the block inside
with runs and prints the count after all uses. Which approach correctly implements this behavior?