I am interested in knowing what is the Python convention for newlines between the program parts? For example, consider this:
import os def func1(): def func2()