Closed rockdog closed 3 months ago
In Python 3.x, int/int gives a float - which is not an int.
Extract format_loves into new module, fix TypeError, adding new tests.
format_loves
Problem
In Python 3.x, int/int gives a float - which is not an int.
Solution
Extract
format_loves
into new module, fix TypeError, adding new tests.