Consider the following Sage session: sage: a=2 sage: a 2 sage: b=Mod(2,17) sage: b 2 sage: a^100 1267650600228229401496703205376 sage: b^100 16
It would be nice - at least for beginners - if there was some way for Sage to automatically return the type of an object along with its value. Would this be hard to implement? Thanks, Alasdair --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---