Coding > Python Global Variables > Flashcards
What do you call variables created outside of a function?
Global variables
What do you call variables created inside of a function?
Local variables
What does the ‘global’ keyword do?
Changes local variable to global variable