1 00:00:00,600 --> 00:00:02,530 Now it's time for the for loop. 2 00:00:02,550 --> 00:00:06,780 OK, now actually follow up in Britain is like this. 3 00:00:07,020 --> 00:00:14,490 The syntax is for then, but the variable you want in this thing and here you have brackets and you 4 00:00:14,490 --> 00:00:15,140 want to. 5 00:00:15,180 --> 00:00:17,670 One, two, three, four. 6 00:00:18,630 --> 00:00:21,490 But OK, and put that on here. 7 00:00:22,350 --> 00:00:26,100 And don't forget to put it inside the indentations. 8 00:00:26,100 --> 00:00:32,220 So here, let's print on and you can see that if I print, I hear it will print one, two, three, 9 00:00:32,220 --> 00:00:33,240 four and so on. 10 00:00:33,310 --> 00:00:35,990 OK, so let's check this out, actually. 11 00:00:36,700 --> 00:00:38,730 So, yeah, one, two, three, four, five. 12 00:00:38,850 --> 00:00:40,080 OK, as expected. 13 00:00:40,440 --> 00:00:40,960 All right. 14 00:00:40,980 --> 00:00:41,730 So far, so good. 15 00:00:42,300 --> 00:00:49,200 Now, if I return here actually and I print I here outside of that four indentation. 16 00:00:50,100 --> 00:00:52,290 So let's have a look what will happen. 17 00:00:52,630 --> 00:00:53,490 We can see that. 18 00:00:54,660 --> 00:01:02,340 That this is from the inside, that for loop and the outside of the loop is five, as you can see, 19 00:01:02,550 --> 00:01:07,430 which is defined that value of the eye because I is a very, very big after all. 20 00:01:07,650 --> 00:01:08,640 And it's fine. 21 00:01:08,640 --> 00:01:10,100 The value is five. 22 00:01:10,290 --> 00:01:14,610 OK, so that's why it gets printed as if that's it.