Python complaints

Fredrik Lundh fredrik at pythonware.com
Sat Dec 4 04:44:22 EST 1999


James Logajan <JamesL at Lugoj.Com> wrote:
> You'd have code that would look like:
> 
> populationOfthePlanetEarth = populationOfThePlanetEarth + 1
> 
> versus:
> 
> populationOfThePlanetEarth++

earth.population.add(1)

</F>





More information about the Python-list mailing list