How to execute a file within the Python interpreter?

I'm trying to execute a file with Python commands from within the interpreter.

I'm trying to use variables and settings from that file, not to invoke a separate process.

← Назад к списку