In [1]:
!ls
In [2]:
import DefensiveProgramming_3_andrew
This is how to bring a python script into another and run the functions. E.g.
In [3]:
import DefensiveProgramming_3_andrew
In [4]:
DefensiveProgramming_3_andrew.range_overlap([(10.0,11.0),(9.0,10.5)])
Out[4]:
In [ ]: