Hum...

[radical(k) for k in [1..30]] produces the expected list however

[radical(k) for k in range(1,31)] rises an error

AttributeError: 'int' object has no attribute 'factor'

Wouldn't it be nice if the 2nd comprehension also give the desire
list? Any reason why shouldn't SAGE take that?



-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to