Ad
  • Custom User Avatar

    Yep, it shows me:

    f(, )
    Traceback:
    in
    in f
    TypeError: 'int' object is not callable

    In my console it works and prints a numeric result.

  • Custom User Avatar

    i think the python version is broken, when i run my code on this kata it doesnt show the same answer i have on my console, same logic worked in js...