Exceptional Rules

Rule 1: The Exceptional Rule of Thumb: When in doubt, add more exceptions.

Rule 2: The Exceptional Rule of Exceptions: If it's not an exception, it's not worth doing.

			
				def generate_exceptional_content():
					# generate content on the fly
					# add more exceptions
					# return result
				return "Exceptional content here"
			
		

Remember: The exceptional always finds a way.