Working with Libraries & Next Steps — 3 questions.
Chapter 10 Quiz
Working with Libraries & Next Steps — 3 questions.
1 mark
[{"question":"Which library is commonly used for data manipulation and analysis in Python?","options":["requests","pandas","flask","matplotlib"],"correct":1},{"question":"What does the if __name__ == '__main__': idiom do?","options":["Checks if the module is installed","Runs code only when the script is executed directly","Checks the Python version","Verifies the script has no errors"],"correct":1},{"question":"Which function is best to use when iterating over a list with an index?","options":["range()","enumerate()","zip()","map()"],"correct":1}]