Skip to content

Bug Report for python-naming-conventions -- Incorrect Answer Provided #5089

@Sonteru4

Description

@Sonteru4

Bug Report for https://neetcode.io/problems/python-naming-conventions

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.

Incorrect Answer Provided for Snake Case Naming Conventions Challenge

Description:
The answer currently provided for the “Rename the variables to follow snake case naming conventions” challenge is incorrect. The variables in the solution use camelCase instead of snake_case.
Expected:
Variables should be renamed using snake_case (e.g., python_creation_date), as per Python’s naming conventions.

Suggested Fix:
Update the solution to use snake_case :)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions