List view
Let's get this following program working: ```python def norm(s: Series[int]) -> Series[int, 0 <= V <= 1]: return s / s.max() ```
No due date•2/5 issues closed
Let's get this following program working: ```python def norm(s: Series[int]) -> Series[int, 0 <= V <= 1]: return s / s.max() ```