- Make all variable names lowercase.
- Don't use Python keywords are variable names.
- Use underscores (
_
) to separate parts of variable names. - Use meaningful variable names.
Where referenced
_
) to separate parts of variable names.DO NOT START HERE
Read the lessons on the left of the screen. All exercises are embedded in the lessons.