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.
Thanks a lot. I have visualized the codeexecution step by step and Now I have undrerstood what I have been doing wrong. Tha solution for this kata is corrected. All test passed. Tahnks once again.
Mayby I will paste here my soution and you will tell me is it right?
Test Results:
Fixed tests
Test pangrams
Test Passed
Test Passed
Test Passed
Test Passed
Test Passed
Test non-pangrams
Incorrect answer for 'This isn't a pangram!': True should equal False
Incorrect answer for 'abcdefghijklm opqrstuvwxyz': True should equal False
Incorrect answer for 'Aacdefghijklmnopqrstuvwxyz': True should equal False
However whan I run this function on Pycharm the output for "Test non-pangrams" is as it should be - False
This comment is hidden because it contains spoiler information about the solution