๐Ÿ“– Beginning Python Programming /
Module: Basic Python

Defining Variables

๐Ÿ“– Beginning Python Programming / Basic Python / Defining Variables

Naming variable

PEP 8: Function and Variable Names

Function names should be lowercase, with words separated by underscores as necessary to improve readability.


Variable names follow the same convention as function names.