Q. What does the 'global' keyword do in a function?
β
Correct Answer: (A)
Access global variables
Explanation: The 'global' keyword allows a function to access variables declared outside its scope.