You can also leave the combinator check box checked if necessary, but then you'll have to introduce for loop as:
from random import seed
{% for TEST in TESTCASES %}
{{ TEST.extra }}
{% endfor %}
{{ STUDENT_ANSWER }}
This has worked for me.
You can also leave the combinator check box checked if necessary, but then you'll have to introduce for loop as:
from random import seed
{% for TEST in TESTCASES %}
{{ TEST.extra }}
{% endfor %}
{{ STUDENT_ANSWER }}
This has worked for me.