programmers-introduction-to-mathematics icon indicating copy to clipboard operation
programmers-introduction-to-mathematics copied to clipboard

Unify use of typing module imports

Open j2kun opened this issue 1 year ago • 0 comments

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.

j2kun avatar Jul 30 '22 19:07 j2kun