How can I find the remainder when dividing 2 integers

Andrea Griffini agriff at tin.it
Sun Feb 26 17:29:08 EST 2006


Writing a while loop with ++x to increment the index was the first
mistake i made with python.
"++x" unfortunately is valid, it's not a single operator but a double
"unary plus"

Andrea




More information about the Python-list mailing list