Beginner's question: executing scripts under Win XP pro
Jean-Claude Garreau
jean-claude.garreau at univ-lille1.fr
Sat Mar 25 10:07:52 EST 2006
Thank you for your answer. I did it. It executes perfectly in IDLE. I made a
copy/paste
from IDLE into the 'test.py' and I obseved the behavior I discribed. The
script is extremely simple
(it is just a test):
n=0
while( n<10 ):
print n,n*n
n+=1
<ikshefem at gmail.com> a écrit dans le message de news:
1143297721.007521.7910 at e56g2000cwe.googlegroups.com...
> there seems to be an error in your script.
> Why don't you execute it directly from IDLE (F5) ? There, you should
> see where the problem is.
>
More information about the Python-list
mailing list