python coding contest
ZeD
ZeD.est.Deus at gmail.com
Tue Dec 27 07:08:39 EST 2005
More information about the Python-list mailing list
Tue Dec 27 07:08:39 EST 2005
- Previous message (by thread): python coding contest
- Next message (by thread): python coding contest
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): python coding contest
- Next message (by thread): python coding contest
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list