s = 'hello world river flow'
L = s.split()
print L
%run "C:\Users\Administrator\test.py"
['hello', 'world', 'river', 'flow']
s = 'hello world river flow'
L = s.split()
print L
%run "C:\Users\Administrator\test.py"
['hello', 'world', 'river', 'flow']