@extends('template') @section('title') Lab 5 Part 1: Weekly Exercises @stop @section('content') # Lab 5: Sequences and Loops Exercises [This week's lab exercises](/exercises/ex05_sequences_and_loops) focus on while loops. Follow that link, download the notebooks, and start with the `B` notebook, working through it with your partner. ## What's Next? If you finish the lab exercises (there are probably more than many people can do just in lab alone) you should move on to `A` notebook for this week to get more practice with indexing, lists, and the `range` function. @include('/labs/lab05/_toc') @stop