Snippets tagged “naming-convention”
1 snippet uses this tag.
- What is the naming convention in Python for variable and function?Python
In Python, variable and function names should be lowercase, with words separated by underscores.
1 snippet uses this tag.
In Python, variable and function names should be lowercase, with words separated by underscores.