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.
para este taka no veo necesario importar la libreria, solo tienes que multiplicar numero x numero, mira mi solucion, espero te ayude
i think you should make number receive himself + number * percentage... etc
works fine in Python
Maybe it already exists there and you don't need to import it
Start with level 9. Check what the questions are asking you, do research, test it and repeat.
Love it!
This comment is hidden because it contains spoiler information about the solution
In short( Extremly short) the [:size] is slicing it until the number you put there so if it's 6, the output is up to index 6 but not included (remember the index in python starts at 0)
so it '10' * 6 and it omitts the 6th index.
This comment is hidden because it contains spoiler information about the solution
when I was trying to import math it didn't let me, strange!