> python2.7 -c 'print(5/2)' 2 > python3.5 -c 'print(5/2)' 2.5 [download]
In reply to Re^4: solve cubic equations (Python) by no_slogan in thread solve cubic equations by no_slogan