What is the purpose of the line:
__student_answer__ = """{{ STUDENT_ANSWER | e('py') }}"""
in Python3 (and also in Python2, by the way) templates?
I doesn't seem to have any use, since the __student_answer__ variable is not used anywhere in the template.
By debugging the template I've noticed it creates a huge docstring with the student answer contents right after the student answer, but it doesn't seem to have any purpose.
Besides, I've deleted the line in some templates of my Python3 questions and the questions kept working ok as before - so I wonder if Code Runner does some sort of checking I dont't know but that just happens not to affect the particular questions I have.
Also, the template python3_w_input doesn't have it, and it doesn't seem to make any difference.
Anybody knows something on this?
Thanks