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.
reraised as issue
Removed
As I said in the 1-st kata in this series, you shouldn't write semicolons at the end of the lines of code in Python.
Actually, you don't need a semicolon (;) after "pass" keyword in the template solution. We don't use semicolons at the end of the line of code in Python.
Hi, I figured out that the function name and the function parameters should be in snake_case in Python. How can I improve the style guide for this kata for Python?