On Sat, May 17, 2008 at 11:31 AM, xappy_sage <[EMAIL PROTECTED]> wrote: > > Hi! > Is there any chance of make some 'interactive program' using notebook? > The point is, that de user can make some entances during the execution > of de function. > In console direct we can use raw_input(). But it doesn't work on > notebook. > I apologize for my english! > Thanks! >
You might find the interact command useful. Type interact? for some little examples. See http://wiki.sagemath.org/interact for a hundred more examples with screenshots. William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
