SerAcero

Results 2 issues of SerAcero

The description says "using lower() to ensure consistent capitalization." But the proposed solution is missing it: ```python def reference_exercise3(words: List[str]) -> List[Tuple[str, int]]: return [(k, len(list(v))) for k, v in...

advanced tutorial
may2025

Fixes #312

advanced tutorial