Skip to content
Snippets Groups Projects
Commit c76e98e3 authored by Vermaat's avatar Vermaat
Browse files

Merge branch 'aida'

parents 5a91a258 a4c16b67
No related branches found
No related tags found
No related merge requests found
...@@ -3365,7 +3365,8 @@ ...@@ -3365,7 +3365,8 @@
"===\n", "===\n",
"\n", "\n",
"* Handling exceptions with `try ... except`.\n", "* Handling exceptions with `try ... except`.\n",
"* Interpreting a stack trace." "* Interpreting a stack trace.\n",
"* Don't show importing your module here, leave that for a next lesson, only run a file directly so that we can remove the `if __name__ == '__main__'` trick."
] ]
} }
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment