In Python, what is a variable that can be used everywhere in the program called?
Global variable
Function variable
Shared variable
Local variable

Computing Exercises are loading ...