Fixes
- Erroneous
fill
function: list multiplications were replaced with nested list comprehensions.
Changes
- Replaced lambda functions with regular functions, mostly for style and readability's sakes.
fill
function: list multiplications were replaced with nested list comprehensions.