Examveda
Examveda

What is the purpose of the global keyword do when used in a function?

A. It allows a variable to be modified outside the current scope

B. It defines a new variable

C. It defines a function

D. It imports a module

Answer: Option A


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python