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.
Clever, but clunky.
clever
Wisely!
Read the docs: https://python-reference.readthedocs.io/en/latest/docs/str/join.html about how it works. The separator is inserted between the elements of the iterable.
im a bit confused. if name = "john Smith", how does this return "J.S" and not ".JS" as we're joining our list to a string with "." already existing at index 0. How does it index to 1 in the solution? am i missing something here? im a beginner
cool
It is basically a variable for the loop. Its like when we say for i in something...
Nice and clear code
This comment is hidden because it contains spoiler information about the solution
I thought posts are only visible if they are in Discussions or in Solutions in a kata already solved by whoever is on Home.
Because your posts here are visible in the homepage otherwise.
Why does there have to be a spoiler flag? This is the Solutions page, not the Discussions page.
Cheer up bro. Hope you didn't quit at the time you wrote this and by now achived your goal.
just variable.
w -> word
Loading more items...