IUCompilerCourse / python-student-support-code

Support for for students (Python)
MIT License
57 stars 38 forks source link

LtE.__str__ is wrong #20

Open waynee95 opened 1 year ago

waynee95 commented 1 year ago

In utils.py the LtE.__str__ is set to the wrong function.

LtE.__str__ = str_Lt

It should be

LtE.__str__ = str_LtE