Python Conventions
Naming Conventions
Snake Case
Snake case is a naming convention where words are separated by underscores. For example: first_name, total_score.
Snake case is a naming convention where words are separated by underscores. For example: first_name, total_score.