global variables

[1/1]

  1. Understanding Global Variables and Their Use in Python Functions
    Global variables, on the other hand, are accessible from anywhere in your program. They are created outside of any function definition