Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 203 Bytes

global variable.md

File metadata and controls

5 lines (3 loc) · 203 Bytes

#python

Variables that are created outside of a function (as in all of the examples above) are known as global variables.

Global variables can be used by everyone, both inside of functions and outside.