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
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>
with a script like exercises/pre-exc_01_02_01.py
The text was updated successfully, but these errors were encountered:
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:with a script like
exercises/pre-exc_01_02_01.py
The text was updated successfully, but these errors were encountered: