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 :)
