If a programmer creates a Python module, how can it be used in another program?

It can't; it would result in an error message.
It can only be used if it becomes an official Python library.
It can be used with an import statement.
It can be used by creating a new class.

It can be used with an import statement.