This is a tester for our "INTRODUCTION TO COMPUTER ENG. CONCEPTS" Take Home Exam.
1-Download or clone the repository.
2-Copy your solution code to the "the3.py" in project folder.
3-Run the tester by "python tester.py" command.
4-If you see your output as empty, Change "python2" in line 28 with "python".
5-Good luck :)
Note: My current python version is 2.7.16