I suppose, you could do it like this - gamma = 5,
and access with gamma[0]. But, there'd be nothing to stop you reassigning gamma. On Fri, 11 Feb 2005 18:44:18 -0000, Alan Gauld <[EMAIL PROTECTED]> wrote: > > I have been reading code written before me (mind you it's C++) and > the > > authors seemed to follow what ever style they wished to that day. > > And that's C++ style, it has no single standard approach... > > > that's the nature of the beast. > > How very true. > > Alan G. > > _______________________________________________ > Tutor maillist - [email protected] > http://mail.python.org/mailman/listinfo/tutor > -- 'There is only one basic human right, and that is to do as you damn well please. And with it comes the only basic human duty, to take the consequences. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
