I have not seen a kata which has used a word to number translator yet.
Duplicate taken from your list of completed katas.
In python the function should return a tuple, not a list.
"[] --> [0,0]" this doesn't make sense. max_min([]) should raise an exception.
[] --> [0,0]
max_min([])
Loading collection data...
Duplicate taken from your list of completed katas.
In python the function should return a tuple, not a list.
"
[] --> [0,0]
" this doesn't make sense.max_min([])
should raise an exception.