Podcast
Questions and Answers
What is the primary use of JSON format?
What is the primary use of JSON format?
- Defining class inheritance in Python
- Creating visual effects in Python
- Interacting with relational databases
- Storing and exchanging data (correct)
What is the purpose of a Python module?
What is the purpose of a Python module?
- To handle user input in Python
- To create graphical user interfaces in Python
- To define the basic data types in Python
- To organize Python code into reusable units (correct)
What is the role of a Python interpreter?
What is the role of a Python interpreter?
- To convert Python code into machine code
- To validate Python syntax before execution
- To compress Python code for faster execution
- To execute Python code line by line (correct)