How to import .py file in REPL which is placed on different path in Python 3 January 02, 2020 • คtเŦ Follow below steps for importing .py file in REPL (PowerShell, CMD). import sys sys.path.insert(1, 'C:/Users/Atif/PycharmProjects/... Read More →