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.
thought make it as *Args
You run the risk of an error without it.
I too was going to add .strip() to my code to take the spaces off the ends. However when I tested with just .join() it passed so I left it out
Read this: https://docs.codewars.com/training/troubleshooting/#post-discourse and make sure you didn't mess up the sample tests, backup your code, click Reset, paste it and try again.
You are given a number. Making the list is your job.
I dont understand how im supposed to access the list of numbers. The function passes 'n' as an argument but is not defined. should i make 'n' an input?
This comment is hidden because it contains spoiler information about the solution