(no subject)

Mar 23, 2006 19:06


---cut---
from pli.logictypes import ANY, MAXIMUM, MINIMUM

print MAXIMUM > ANY and ANY == MAXIMUM # -> True
print MINIMUM < ANY and ANY == MINIMUM # -> True

--uncut--

.... interesting thought!

at times I'm afraid of python, afraid to get used to it, as it will be hell programming in anything else (give or take)... at other times I hate the language!

python, ideas, programming, fun

Previous post Next post
Up