Hello Academy,
I had an issue with my exam at the end of the course of Python3. I had task1 and task2 working fine but for task3, I get an error in the correction.
According to the instructions of the exercise, the final program is not supposed to contain any instances of the class, but only the ExamControl class. However, in that way, the robot doesn’t get out of the box. So if call the ec.main function, or if I don’t, I get the error in the correction. I provide you a screenshot with the instance in comment.
Anyone had that issue?