What is the difference between local and global variables in a Python function?
Local variables are accessible only within the function, while global variables are accessible from anywhere in the program.
Local and global variables are the same thing.
Baroque art features strong contrasts, while Rococo art prefers more subtle transitions
Baroque art is generally larger in scale than Rococo art

Programming Principles Exercises are loading ...