Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Tu funcion necesita tener el mismo nombre que la del ejemplo, tambien la clase
Osea, la clase debe llamarse "RomanNumerals"
La funcion de Numero a romano debe llamarse "to_roman"
La funcion de Romano a numero debe llamarse "from_roman"
Tambien, las funciones deben estar dentro de la clase RomanNumerals, pues el kata las llamara como "RomanNumerals.to_roman", es decir, si la funcion no esta dentro de la clase, no la va a encontrar
Intenté hacerlo de la manera más sencilla (como aparece en la primera solución) y no me aceptaba por exceso de tiempo, lo cual me parece raro que otros compañeros pudieron hacerlo de esa manera y yo no. Igual pude con el kata
Definí una función aparte para hecer un código más limpio pero me dice que la función no está definida...(?) Algún tipo de ayuda se agradece!
I found the solution and I wanted to write it but they beat me ;) thanks!
Please see this bullet point : https://docs.codewars.com/training/troubleshooting/#.print-vs-return
Same here =(
Sample tests
Should return 3 for n=4
Log
3
None should equal 3
Completed in 0.01ms
help please