When working in Python, what is a library?

Automate Cybersecurity Tasks with Python | Weekly challenge 2 Quiz | 

When working in Python, what is a library?

  • A Python file that contains additional functions, variables, classes, and any kind of runnable code
  • A collection of modules that provide code users can access in their programs
  • A collection of stylistic guidelines for working with Python
  • A module that allows you to work with a particular type of file

 

Leave a Comment