giacomo boffi <pec...@pascolo.net> writes: > % python a.py > 34131237
% cat a.py i="344111133311222223377";n=0 while n+1!=len(i):i,n=(i[:n]+i[n+1:],n) if i[n+1]==i[n] else (i,n+1) print i % python a.py 34131237 % -- for Nikos -- https://mail.python.org/mailman/listinfo/python-list