1
00:00:00,900 --> 00:00:03,420
Hey, welcome to yesterday's recap.

2
00:00:03,450 --> 00:00:07,390
What did we write in our app yesterday?

3
00:00:07,530 --> 00:00:13,200
So in the app, currently we have a variable declaration here which points to a string.

4
00:00:13,200 --> 00:00:16,810
And we also have another variable which points to an empty list.

5
00:00:16,830 --> 00:00:22,260
Then we write a wild loop which will run over and over again.

6
00:00:22,980 --> 00:00:27,870
So in each iteration it asks a user for input.

7
00:00:27,870 --> 00:00:31,650
The user enters inputs, the inputs is stored in the to the variable.

8
00:00:32,009 --> 00:00:36,870
Then we print out the capitalized version of the user input.

9
00:00:36,870 --> 00:00:41,880
So the user enter text, we capitalize the first letter of that text.

10
00:00:42,820 --> 00:00:46,480
We also append that text to the to do list.

11
00:00:48,620 --> 00:00:54,470
So in each iteration, what we do is we append values to the to do list.

12
00:00:54,470 --> 00:01:00,320
So the to do list is populated with values over and over again.

13
00:01:01,270 --> 00:01:03,130
So that's the code of yesterday.

14
00:01:03,160 --> 00:01:06,460
Let's move on to the next video and start the day.

