1
00:00:01,100 --> 00:00:03,170
Hey, welcome to yesterday's recap.

2
00:00:03,200 --> 00:00:09,680
In these kinds of short videos, I'll make a revision of the code we wrote yesterday, so that will

3
00:00:09,680 --> 00:00:13,430
prepare you for the code we will write today.

4
00:00:14,440 --> 00:00:15,190
So quickly.

5
00:00:15,190 --> 00:00:19,060
What we did yesterday is we had this script which.

6
00:00:20,290 --> 00:00:23,240
Gets user input from the user.

7
00:00:23,260 --> 00:00:25,470
Actually, it does that multiple times.

8
00:00:25,480 --> 00:00:27,940
So one here, two here, three times.

9
00:00:29,870 --> 00:00:33,620
Each time it asks for input, it shows a message to the user.

10
00:00:33,620 --> 00:00:35,000
So that's the variable.

11
00:00:35,300 --> 00:00:37,880
And the value of the variable is defined in here.

12
00:00:39,790 --> 00:00:44,560
So whatever input the user enters is stored in these variables.

13
00:00:44,560 --> 00:00:47,590
So three variables in this case.

14
00:00:47,590 --> 00:00:51,640
And then we stored those values in this list.

15
00:00:52,720 --> 00:00:56,230
And as you know, you can also store other values in a list.

16
00:00:56,230 --> 00:01:00,580
So not only variables, but also literal values.

17
00:01:01,870 --> 00:01:02,710
At the end.

18
00:01:02,740 --> 00:01:04,629
Each of them is a value.

19
00:01:04,629 --> 00:01:12,100
But this just happened to have a name, a variable associated with the value, and then we just print

20
00:01:12,130 --> 00:01:13,150
the two dos.

21
00:01:14,350 --> 00:01:16,840
So those are just some print functions.

22
00:01:18,840 --> 00:01:21,150
So that's what you learned yesterday.

23
00:01:21,180 --> 00:01:22,080
Variables.

24
00:01:22,080 --> 00:01:25,290
You learn the input function, the print function, the type function.

25
00:01:25,290 --> 00:01:28,260
You learn lists, you learn strings.

26
00:01:28,560 --> 00:01:31,050
So ready for today's lessons?

27
00:01:31,080 --> 00:01:32,310
I'll talk to you in the next video.

28
00:01:32,340 --> 00:01:32,970
See you there.

