@extends('template') @section('title') Lab 3: Functions @stop @section('content') # Lab 3: Functions 2 {{-- ## [Worksheet Solutions](https://docs.google.com/document/d/1bIywQGib3KmevYcg_LVAGkyzbwe8PLvtr7MKQbqi7ig/edit?usp=sharing) --}} {{-- ## [Solutions](/content/labs/lab03/solutions/) --}} ## Goals - Practice writing functions - Practice with fruitful functions and parameters - Writing turtle functions @include('/labs/_setup', ['folder' => 'lab03']) {{-- - [Here is the worksheet as a google doc](https://docs.google.com/document/d/1ULudjidPioCZulRb-aK9E9mf9u9QxLhylpFev0Cfsr8/edit?usp=sharing) - Open the document, then File -> Make a Copy. - Then you can edit your copy with your answers. --}} @include('/labs/lab03/_toc') @endsection