Re: [Tutor] Confusion regarding the 'from' statement

2012-08-15 Thread Peter Otten
Mazhar Hussain wrote: > thanks alot for the help, was really confused with this. > Well what ure > trying to say is that even when a module object is deleted from the > global namespace of a module, a reference of it is still present in > the sys.modules dict? Yes, adding the reference to the

Re: [Tutor] How do I fix this?

2012-08-15 Thread Alan Gauld
On 15/08/12 00:06, Lily Tran wrote: I figure out how to do this. Well done, now for bonus points can you make it handle negative numbers too? :-) -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ ___ Tutor maillist - Tut