Variable Naming Conventions

Variable Basics

Python KeyWords that cannot be used as variable names

We use camelCasing for variable names with more than one word

Last updated