What does the help() instruction do when used with a module?
- It gives a description of the functionality the module has
- It prevents the module from producing errors
- It stores the module inside a new variable
It gives a description of the functionality the module has.