Ad
  • Default User Avatar

    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.

  • Default User Avatar

    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.

  • Default User Avatar

    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?