at the early stages of a course students have no idea how to write a __repr__() method
one such intro exo was online in flotpython/course and with recent changes here, students have to write their __repr__ if they want all green columns
is there a way to flag a classexercise instance as being 'simple' and then check it without the need for comparing 'repr()', like we used on this one exo at least ?
at the early stages of a course students have no idea how to write a
__repr__()
methodone such intro exo was online in flotpython/course and with recent changes here, students have to write their
__repr__
if they want all green columnsis there a way to flag a classexercise instance as being 'simple' and then check it without the need for comparing 'repr()', like we used on this one exo at least ?