hofer:
> The real example would be more like:
> name,age,country = itemgetter('name age country'.split())(x) # or any
> of my above versions

That solution is very clever, and the inventor smart, but it's too
much out of standard and complex to be used in normal real code.
Learning tricks is useful, but then in real code you have to use then
only once in a while. A list comp is quite more easy to understand for
Python programmers.

Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to