Python Global Variables Flashcards
1
Q
What do you call variables created outside of a function?
A
Global variables
2
Q
What do you call variables created inside of a function?
A
Local variables
3
Q
What does the ‘global’ keyword do?
A
Changes local variable to global variable