-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f485ec0
commit aefa3f1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Lists and an Introduction to Loops" | ||
number: 4 | ||
date: 2024-11-07T00:00:00-00:00 | ||
date: 2025-03-06T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/1Ggvc4LAgVqHhBPcHtPPOcbi1h1t2P0SAf7OnrO2WhNM/edit?usp=sharing" | ||
ready: True | ||
recording: | ||
--- | ||
|
||
This session introduces lists and loops. Lists store multiple values while loops repeat a section of code a certain number of times. Both lists and loops are crucial to keeping our code dynamic. | ||
This session introduces lists and loops. Lists store multiple values while loops repeat a section of code a certain number of times. Both lists and loops are crucial to keeping our code dynamic. |