I'm running a double for loop, and dividing one over the other. Sagecloud
converts these fractions to 0, just like python2, but isn't it exactly what
it's not supposed to do.
"""
for d in range(1,8):
for n in range(1,d):
print n/d
0
0
0
0
0
0
0
0
etc.
"""
--
You received this messag
Hello
Can you evaluate all expressions at one? Like say, if i made a mistake 5
expressions before my last expression, and this mistake is reapeated in all the
5 last expressions, do I have to evaluate all 5 expressions?
--
You received this message because you are subscribed to the Google Grou