>>> color='orange'
>>> if color=='red' or 'blue' or 'green':
        print "Works?"

        
Works?
>>> 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to