Mar-09-2017, 07:30 AM
Dear All,
how to calculate the below problem:
actually, i don't known value of two variables
e.g. [a] = ? ( may be 0, 1, 2, 3, 4,5)
[ b]= ? (may be 0, 1, 2, 3,4,5)
want to calculate the division of a and b
thanks in advance
how to calculate the below problem:
from __future__ import division 4/6 Out[3]: 0.6666666666666666 when I am trying for this - 5/ 0= out: ZeroDivisionError: division by zerohow can solve it?
actually, i don't known value of two variables
e.g. [a] = ? ( may be 0, 1, 2, 3, 4,5)
[ b]= ? (may be 0, 1, 2, 3,4,5)
want to calculate the division of a and b
thanks in advance
