|
From: Steve C. <sc...@ja...> - 2009-11-16 16:47:49
|
Thank you! That's the answer. Might want to tell Mr. Janert about this so they can print an errata. Or is the flush not necessary in Perl? Thomas Sefzick wrote: > > you need a 'flush' after 'print'ing the two lines: > > #!/usr/bin/python > > import os > import sys > import math > |