Difference between revisions of "CSC111 Final Exam 2018"

From dftwiki3
Jump to: navigation, search
Line 312: Line 312:
 
==Main program==
 
==Main program==
 
<br />
 
<br />
Below is what your main program should look like.  The '''lookFor2()''' function should be ''recursive''.
+
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">

Revision as of 09:36, 2 May 2018

D. Thiebaut (talk) 11:39, 26 April 2018 (EDT)



...