McqMate
| 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. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet