how can I execute Python 3.3 script in Spyder console, and that has variables?
My sample code (C:/test/myfile.py) is
from sys import argv script, fir
What also works is the IPython console of Spyder is:
In [1]: runfile('C:/yourfolder/myfile.py',args='one two three')