Ad
  • Default User Avatar
    • you're supposed to do the calculations in py3, absolutely NOT in py2 (unless you handle properly the fact that / is floor division, ofc)
    • the problem isn't the use of eval but the fact that floating point errors aren't weren't taken care of properly
    • I updated the tests, that should be good now.