Ad
  • Default User Avatar

    Your algorithm is correct. Use // instead of / when dividing factorials in Python 3. In Python 2 your code would work.

  • Default User Avatar

    Hi, I'm having the exact same answer for this one than you. Do you know by now if it was a problem in your code, or if the test is wrong?

  • Custom User Avatar

    Hi all. I've implemented a python solution for this kata that works for all test excetp for those with 25 letters. I've reviewed the code several times and in my humble opinion I would say that it is correct. For intance, for words like 'IMMUNOELECTROPHORETICALLY' I obtain position 718393983731145714557 but the tester says it should be equal 718393983731145698173. I'm using Python version 3.7.13.