Exceptional Exceptions Sub FAQ 4.3

For those who want to know more about the exceptional exceptions that are not so exceptional.

Q: Are exceptional exceptions really that exceptional?

A: No. They're not. But they're still pretty good.

And that's it. That's the entire FAQ.

Go back to FAQ 4.2 or next page

Code:

		exceptional_exceptions = [1, 2, 3, 4, 5]
		for i in exceptional_exceptions:
			print(i)
	
Back to Exceptional Exceptions 4 Back to Subfaq