In <[EMAIL PROTECTED]>, Andy wrote:
> Gurus, I'm looking for definite examples (pardon me if I'm not clear
> here) on Stack class...Somewhat like this :
>
> class Stack(object):
> def __init__(self__)
> self.__contents = []
I don't know what to tell you here without writing the t
Gurus, I'm looking for definite examples (pardon me if I'm not clear
here) on Stack class...Somewhat like this :
class Stack(object):
def __init__(self__)
self.__contents = []
and ad hoc implementation of a class based on number system like for
example somewhat like this
def __