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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Makes perfect sense. Thanks.
Wouldn't it return False for true pangram if it had a coma or any special signs? What am I missing?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Look at fork history
Check its fork history
Didn't think of that.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I was thinking about a solution like this, but I was not able to transform the idea in code.
Very clever!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The if block will return False, the moment it encounters a letter not in the alaphabet. Otherwise, it will return True.
Loading more items...