Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Where is documentation for +=

    2 answers - 231 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hello,
    by accident I found that += exists in python.
    E.g.
    a = 0
    a += 42
    a
    42
    a += 0.42
    a
    42.420000000000002
    But I can't find any documentation for
    Any hints?
    Best wishes
  • No.1 | | 302 bytes | |



    Wednesday 14 June 2006 15:39, Marco Wahl wrote:
    Hello,

    by accident I found that += exists in python.
    E.g.

    a = 0
    a += 42
    a

    42

    a += 0.42
    a

    42.420000000000002
    --
    But I can't find any documentation for
    Any hints?
    --
    Best wishes
  • No.2 | | 100 bytes | |

    [] I can't find any documentation for
    Any hints?
    That's it. Thank you very much.

Re: Where is documentation for +=


max 4000 letters.
Your nickname that display:
In order to stop the spam: 4 + 3 =
QUESTION ON "Development"

EMSDN.COM