I have problem such is I have to use two scripts, one which is compatible only with Python2.7 and second which is compatible only with Python3.
So my question is if it is possible in any way to do that? (not refactoring the code) I thought about using execfile() but it also use only one compiler.