@extends('template') @section('title') Lab 2: Functions Exercises @stop @section('content') # Lab 2: Functions Exercises To get more practice with the basics of defining custom functions, we'll start by working on some of [this week's exercises](/exercises/ex02_functions). This week, we'll work on the `B_ex_lab_functions_printing` and `C_ex_lab_functions_multimedia` notebooks. @include('/labs/lab02/_toc') @stop