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.
wow
Approved, thanks :)
for the case of python use string.rstrip() # in the parentheses denote the character(,/n etc) that you want to remove
Hi I always struggle with white space at the end of a String how can I trim it or better prevent it?
A problem with your code is not a kata issue. Read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution
This comment is hidden because it contains spoiler information about the solution