Hi there,
I am about to learn python with "how to think like a computer
scientist". This book is just available for python 2.4. Does it matter
for programming?
Greetz
--
http://mail.python.org/mailman/listinfo/python-list
Am 18.12.2011 12:00, schrieb nukeymusic:
How can I load a python-script after starting python in the
interactive mode?
I tried with
load 'myscript.py'
myscript.py
myscript
but none of these works, so the only way I could work further until
now was copy/paste line per line of my python-script t