@extends('template') @section('title') Lab 12: Weekly Exercises @stop @section('content') # Lab 12: Recursion [This week's lab exercises](/lectures/exercises_recursion) include exercises for both reading and writing recursion, plus a few fruitful recursive exercises near the end. Follow the link above, download and open the notebook if you don't already have it open, and use the table of contents to jump down to the "Lab exercises" part. With your partner, work through the exercises there. ## What's Next? The next two parts of this lab are ungraded challenges which use recursion with either `turtle` graphics or `wavesynth` audio. You can pick which one you'd prefer to tackle if you want to spend extra time on that. @include('/labs/lab12/_toc') @stop