from __future__ import print_function import mod0 [docs]def main(): print('mod0.f0(2)=' + str(mod0.f0(2))) if __name__ == '__main__': main()