Answers for "python source script custom functions"

0

python source script custom functions

import sys
new_path = '/home/emma/user_defined_modules'
if new_path not in sys.path:
    sys.path.append(new_path)
Posted by: Guest on March-01-2022

Python Answers by Framework

Browse Popular Code Answers by Language