Q.

Which of the following data structures is returned by the functions globals() and locals()?

A. list
B. set
C. dictionary
D. tuple
Answer» C. dictionary
Explanation: both the functions, that is, globals() and locals() return value of the data structure dictionary.
947
0
Do you find this helpful?
1

Discussion

No comments yet