Quick Recap
We'll cover the following...
We'll cover the following...
- Python has multiple elements of surprise and many easter eggs. Some of them are:
- The
antigravitymodule. - Working implementation of the
gotoconstruct. - A feature using curly braces to denote the scope in the
__future__module (don’t be excited about it though). - A feature using
<>as the not-compare-equals operator (≠) in the__future__module. - The
thismodule containing the Zen of Python, and its counter-intuitive code. - The
elseclause for loops and exception handling.
- The