Tuesday, January 25, 2011

[ben@upstairs ~]$ python
Python 2.6.2 (r262:71600, Jun  4 2010, 18:28:04) 
[GCC 4.4.3 20100127 (Red Hat 4.4.3-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> compassion = 'Feeling and sympathizing'
>>> trust = 'Belief in one another'
>>> friendship = 'Companionship of others'
>>> support = 'Helping others bear burdens'
>>> love = (compassion == True)+(trust == True)+(friendship == True)+(support == True)
>>> print love
0
Crap.

No comments: