How to import .py file in REPL which is placed on different path in Python 3

Follow below steps for importing .py file in REPL (PowerShell, CMD). import sys sys.path.insert(1, 'C:/Users/Atif/PycharmProjects/...
Read More →