Using 999999 with millify should return 1M but it returns 1000k ``` >>> from millify import millify >>> millify('999999') >>> '1000k' ```