Python Global Variables Flashcards

1
Q

What do you call variables created outside of a function?

A

Global variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What do you call variables created inside of a function?

A

Local variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the ‘global’ keyword do?

A

Changes local variable to global variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly