> > Until now, I like the basic idea of Python of variables not having a type, but > > I don't really see the advantage. The advantage would be in not having to describe the object before you use it. Instead you just use it. This makes the code blissfully terse. C/