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
In many exercises, we have duplicated code in a "vorlage.py" and a "loesung.py", which leads to duplicated changes being necessary when changing the exercises.
Maybe we should switch to auto-generating the "vorlage.py"?
In SMD, we use magic comments like these:
### start loesung
### end loesung
to generate skeletons from the solutions.
The text was updated successfully, but these errors were encountered:
In many exercises, we have duplicated code in a "vorlage.py" and a "loesung.py", which leads to duplicated changes being necessary when changing the exercises.
Maybe we should switch to auto-generating the "vorlage.py"?
In SMD, we use magic comments like these:
to generate skeletons from the solutions.
The text was updated successfully, but these errors were encountered: