What's true about modules?

They're files that contain Python codeThey end in .pyThey allow us to reuse codeThey are folders with .py files

Absolutely! A module is a .py file with Python code that allows us to reuse code.

Whoops! A module is a .py file with Python code that allows us to reuse code.