Ad
  • Custom User Avatar

    I had that problem using python. Cutting the last two digits of 10000 == 00 which through int("00") is 0. But you want 100 not 00. I just did a special case to catch that condition.