SV: A little disappointed so far

Gerrit Holl gerrit at nl.linux.org
Mon May 19 15:25:47 EDT 2003


> "Carsten Gehling" <carsten at gehling.dk> wrote in
> news:mailman.1053351273.18047.python-list at python.org: 
> > 2) assignments in test-expressions - eg:
> > while i++ < 10:

In Python, there is a better form:

  1 >>> for i in range(10):
  1 ...  print oct(i),
  1 ...
0 01 02 03 04 05 06 07 010 011

yours,
Gerrit.

-- 
65. If the gardener do not work in the garden and the product fall off,
the gardener shall pay in proportion to other neighboring gardens. 
        -- Hammurabi, Code of Law
--
Asperger Syndroom - een persoonlijke benadering:
	http://people.nl.linux.org/~gerrit/
Het zijn tijden om je zelf met politiek te bemoeien:
	http://www.sp.nl/





More information about the Python-list mailing list