WEBVTT

00:00.080 --> 00:01.000
Welcome back.

00:01.040 --> 00:03.760
We finished our first chapter.

00:03.800 --> 00:09.000
Now let's open a new notebook and click upload.

00:09.000 --> 00:12.720
Browse and search for conditional loops.

00:12.880 --> 00:16.160
List function dot p, y and b.

00:16.320 --> 00:17.360
Click open.

00:17.360 --> 00:25.120
And by the way, all those files will be available in the resources folder under each section.

00:25.120 --> 00:33.200
So later we're going to create other notebooks so you can download them from the resources folder under

00:33.200 --> 00:34.400
each section.

00:34.400 --> 00:37.960
So this is part two from Python Basics.

00:38.000 --> 00:47.280
You're going to learn how to make decisions with if Elif and else how to repeat tasks using for and

00:47.280 --> 00:55.160
while loops, how to store multiple items in lists, and how to create reusable code with functions.

00:55.200 --> 00:56.760
Let's dive in.
