If/then style question
Steven D'Aprano
steve+comp.lang.python at pearwood.info
Sat Dec 18 01:02:39 EST 2010
On Fri, 17 Dec 2010 17:26:08 +0000, Grant Edwards wrote:
> Give me code that's easy-to-read and doesn't work rather code that works
> and can't be read any day.
Well, in that case, you'll love my new operating system, written in 100%
pure Python:
[start code]
print("this is an operating system")
[end code]
I expect it to rapidly make Windows, Linux and OS-X all obsolete. Bill
Gates and Steve Jobs, look out!
*grin*
Surely your attitude towards usefulness vs. readability will depend
strongly on whether you are intending to *use* the code, or *maintain*
the code?
--
Steven
More information about the Python-list
mailing list