Ad
  • Custom User Avatar

    I can't even solve your Kata, so I may be way off base here.

    Your if' and elif' look like they take 3 arguments, instead of a single Bool ( which could be expressed between parentheses, JS-style ). Wouldn't passing a Bool be more flexible for conditions, without materially affecting the kata?