I've seen Python coded in both of these manners. Is there some advantage of one over the other? Or is it just preference? if condition: return something raise SomeException if condition: return something else: raise SomeException Thanks, Daniel Klein "Earth is full. Go home!"