Ad
  • Custom User Avatar

    Tabs specifically have different meaning for different softwares, like some will have (1 Tab = 3 Spaces)OR(1 Tab = 4 Spaces). So you should be careful while using Python. Also the Tabs are not Traditionally intended to be used.

  • Custom User Avatar

    In python you should be using spaces, not tabs. Your python interperater most likely converts your tabs to 8 spaces automatically, but codewars does not.

    Also this should have been marked as a question, not as an issue. Please only mark issues if you see something wrong with the Kata itself.