Semantic portal
Main
Courses
Domains
Terminology
About
Variables
Global Variables
Global
Variables
Variables
declared outside a
function
or in global space.
can be accessed by any
function
in the program.
Cannot be directly assigned a value within a
function
.
Related concepts
Variables
Functions
→
Global Variables
Global Variables — Structure map
Clickable & Draggable!
Global Variables — Related pages:
Templates
Modules in Python
Data Model in Python
Control Flow Tools in Python
Functional Programming in Python