so long as you don't have a naming conflict, you can create multiple helper functions outside of the main kata function and use them in any way you want. of course, in python you can also create functions that are nested within the main kata function.
Hi everybody!
Guys, Im newbie here and I try to figure out how do tasks (katas) here.
The question is: can I use only one function that i got at preconditions(from the start of a task) in SOLUTION table or I can create another one if needed?
OP solved it, closing
Interesting. I got totally equal order on my pc... I dont get why. But ok, Ill try to resolve another way.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
so long as you don't have a naming conflict, you can create multiple helper functions outside of the main kata function and use them in any way you want. of course, in python you can also create functions that are nested within the main kata function.
Hi everybody!
Guys, Im newbie here and I try to figure out how do tasks (katas) here.
The question is: can I use only one function that i got at preconditions(from the start of a task) in SOLUTION table or I can create another one if needed?