You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
Allow pre-defined code to run prior to each exercise run. This would simplify code exercises by hiding things like import statements and other set up steps.
Something like adding precodeblock below:
<precodeblockid="01_02_01" />
<codeblockid="01_02_01">
Review the code in Section 1 if you are stuck!
</codeblock>
Allow pre-defined code to run prior to each exercise run. This would simplify code exercises by hiding things like import statements and other set up steps.
Something like adding
precodeblockbelow:with a script like
exercises/pre-exc_01_02_01.py