I have some lines of python code that I\'m continuously copying/pasting into the python console. Is there a load command or something I can run? e.g. load
Open command prompt in the folder in which you files to be imported are present. when you type 'python', python terminal will be opened. Now you can use
import script_name
Note: no .py extension to be used while importing. How can I open a cmd window in a specific location?