3.7. Poetry break

Try this if you dare:

>>> import this

What’s going on? You’re importing a module.

Importing modules discussion. Notice something special is going on in the syntax of the import command.

Discussion of loading modules at command line. This is slightly different. Introduce the idea of a module including script code (this is what to do when this module is run as a script).

Read this.