@extends('template') @section('title') Lab 3: Lab 3: Booleans, Conditionals, and While Loops @stop @section('content') # Lab 3: Booleans, Conditionals, and While Loops {{-- ## [Worksheet Solutions](https://docs.google.com/document/d/1bIywQGib3KmevYcg_LVAGkyzbwe8PLvtr7MKQbqi7ig/edit?usp=sharing) --}} {{-- ## [Solutions](/content/labs/lab03/solutions/) --}} ## Goals - Practice definining predicates **without conditionals** - Learn about Python's conditional **expressions** (as distinguished from its conditional **statements**) and practice with functions that use conditional **statements** vs. conditional **expressions** - Start learning about Python's **while loops** and get some practice with them {{-- @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