- TritonXVII
- commented on "IQ Test" kata
- 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))
- That initial string that you've been given contains spaces, which are not convertable to int, so you'll have to account for them