Ad
  • Default User Avatar
    1. You can't use mod with strings (you're given a string argument and then you're splitting it into characters, you need to use int(num))
    2. That initial string that you've been given contains spaces, which are not convertable to int, so you'll have to account for them