Decide whether to use, e.g, `list(int)` or `List[int]` from `typing`. And make it consistent across all tips and solution code in the chapters.
Decide whether to use, e.g,
list(int)orList[int]fromtyping. And make it consistent across all tips and solution code in the chapters.