79832570

Date: 2025-11-28 13:10:02
Score: 1.5
Natty:
Report link

The Cleanest way to use with using Python 2.7

import imp
module = imp.load_source("myfile", os.path.join(latest, "myfile.py"))
print(module.myvariable)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdul Rameez K R