2014-02-05 Raffaele Salmaso <[email protected]>:

> python2 3/4 = 0
> python3 3/4 = 0.75
> python3 4/3 = 1.33333
>

python2 3//4 = 0
python3 3//4 = 0
python3 4//3 = 1

:-)
_______________________________________________
Python mailing list
[email protected]
http://lists.python.it/mailman/listinfo/python

Rispondere a