Hi again, ... and again sorry if this is a newbie's question: so when I type (in my sage Notebook 3.2.3)
a = [i for i in range(2)] a[0] I get 0 (which is fine), now when I type b = [lambda x:i for i in range(2)] b[0](0) I get 1 ... There must be a simple explanation for this but I can't figure it out. What's wrong ? Thanks in advance, (sage is really wonderful :-) - Martin --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---