Loading Runtime
Snake Case is a naming convention (for naming variables, functions, files, etc). Where all letters are lowercase and words are separated by underscores. For example:
snake_case_example
Snake Case is popular among programming languages like Python, Ruby, and many others.
The name "snake case" comes from the way the word separated by underscores resemble the shape of a snake (if you have a good imagination).