In [1]:
import add_module

In [2]:
print(add_module.add(100, 200))


300