Each word starts with a capital letter: MyVariableName ="John" Snake Case Each word is separated by an underscore character: my_variable_name ="John" Video: Python Variable Names ❮ PreviousNext ❯ Track your progress - it's free! Log inSign Up
PythonVariable Names - PascalCase ❮ Python Glossary Pascal Case Variable names with more than one word can be difficult to read. PascalCase Use pascal case to make long variable names more readable. ExampleGet your own Python Server Each word starts with a capital letter: ...