Ciao, Shane Hathaway! Che stavi dicendo? > I'm down to 133 characters (counted according to 'wc -c') on a single > line. It contains about 11 whitespace characters (depending on what you > consider whitespace.)
$ wc -c seven_seg.py 137 seven_seg.py $ sed 's/ //g' seven_seg.py|wc -c 120 (yeah, too much spaces, I think) > It's way too tricky for my taste, but it's fun to > play anyway. Has anyone done better so far? Here's a hint on my > strategy: the code contains three large integers. :-) why using 3 longint is better than one?! Trying to "split" my BIG int in 3 just make my code longer... ok, ok... I will wait the end of the contest... :) -- Firma in costruzione -- http://mail.python.org/mailman/listinfo/python-list