> I changed - and didnt get an executable, not sure what is supposed to be 
> the
> output.

I'm not sure what you expect to get, but an executable file is definitely
not going to be it...

>> > class String(str, Object):

If you inherit from str you don't need to inherit from object
since str already does.

Other than that what does happen when you try to run it?
Do you get an error message? If so, what?

Alan G
Author of the learn to program web tutor
http://www.freenetpages.co.uk/hp/alan.gauld


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to