Example 1: import files from another folder python # some_file.py import sys # insert at 1, 0 is the script path (or '' in REPL) sys.path.insert(1, ...
確定! 回上一頁