Embed presentation
Download as PDF, PPTX



















The document discusses Week Two topics for an AI Programming course, including procedures, the stack, and debugging. Procedures break code into reusable and named pieces that can take arguments and return results. The stack is used to pass values between procedures and for assignment - values are placed on and popped off the stack. Debugging involves viewing the stack to check variable values and function calls.


















