Skip to content

Global variables

The use of global variables is generally discouraged in Python. Instead, it would be better to pass these variables as arguments to functions or use a class-based approach.