module_using_name.txt 149 B

12345678
  1. $ python module_using_name.py
  2. This program is being run by itself
  3. $ python
  4. >>> import module_using_name
  5. I am being imported from another module
  6. >>>