0 votes
in Python by
Explain the difference between local and global namespaces?

1 Answer

0 votes
by

Local namespaces are created within a function when that function is called. Global namespaces are created when the program starts.

Related questions

+1 vote
asked Feb 3, 2023 in VueJS by john ganales
0 votes
asked Jan 1, 2021 in Python by SakshiSharma
...