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 message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to