Difference between revisions of "CSC111 Final Exam 2018"
Line 312: | Line 312: | ||
==Main program== | ==Main program== | ||
<br /> | <br /> | ||
− | Below is what your main program should look like. The '''lookFor2()''' function | + | Below is what your main program should look like. You simply need to add a recursive '''lookFor2()''' function and document the code. The '''lookFor2()''' function must be ''recursive''. |
<br /> | <br /> | ||
::<source lang="python"> | ::<source lang="python"> |