[issue35672] Error on divide

2019-01-06 Thread Jorge Teran
Jorge Teran added the comment: Thanks El dom., 6 de ene. de 2019 08:53, Yash Aggarwal escribió: > > Yash Aggarwal added the comment: > > @Jorge Teran > The division operator was changed in python 3. Now, if you use '/' for > division between ints, the result woul

[issue35672] Error on divide

2019-01-06 Thread Jorge Teran
New submission from Jorge Teran : The following code produces an error in the diivision in python 3.5, 3.7 works in python 2.7 import math import sys x=int(1000112004278059472142857) y1=int(103) y2=int(133) y3=int(137) y4=int(139) print (int(y1y2y3y4)) print (x) #this product