import sys def run(): print(sys.argv) print(sys.path) print(__file__)