Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 250 Bytes

exercise1.md

File metadata and controls

5 lines (4 loc) · 250 Bytes

Modules Exercise 1

  1. Create a Python module containing a function.
  2. Verify you can import this module and execute this function
  3. Move this module into a different directory; modify your PYTHONPATH such that you can still import the module.