Python - Modules and Code Organization
Given a package
tools with modules math_ops.py and string_ops.py, which of the following import statements correctly imports the add function from math_ops and the capitalize function from string_ops in a single line?