1 00:00:00,330 --> 00:00:04,500 OK, now it is time for the operators precedent's. 2 00:00:04,860 --> 00:00:12,570 OK, so what actually in Python, the president's is the same as the math, so multiplication, so addition, 3 00:00:12,750 --> 00:00:13,740 subtraction. 4 00:00:13,920 --> 00:00:19,290 This is the least precedent's then multiplication and division. 5 00:00:20,460 --> 00:00:21,420 This is the second. 6 00:00:21,430 --> 00:00:24,810 Then we have the brackets or before the brackets. 7 00:00:24,810 --> 00:00:27,180 We have the explanation, then we have the brackets. 8 00:00:27,210 --> 00:00:30,230 OK, so let's have a real quick example. 9 00:00:30,240 --> 00:00:34,200 So so let's say three plus four. 10 00:00:34,380 --> 00:00:42,090 OK, now let's put spaces here so it will be more comprehensive, multiplied by two. 11 00:00:42,330 --> 00:00:50,020 Now this will give us four multiplied by two, then eight, eight plus three, which is eleven. 12 00:00:50,580 --> 00:00:51,450 So let's see. 13 00:00:52,820 --> 00:00:56,400 That's clear the screen first, so, yeah, it is irrelevant. 14 00:00:56,430 --> 00:00:59,690 OK, now if I typed brackets here. 15 00:01:00,920 --> 00:01:03,350 As you can see like this. 16 00:01:05,420 --> 00:01:12,170 So here you can see that it is three plus four, which means seven seven multiplied by two, which is 17 00:01:12,170 --> 00:01:12,830 14. 18 00:01:13,250 --> 00:01:16,340 So if Iberia it is 14, OK. 19 00:01:18,000 --> 00:01:24,900 So real quick, the brackets is the highest priority or precedence, then we have the explanation, 20 00:01:25,200 --> 00:01:27,660 then we have that multiplication and division. 21 00:01:28,050 --> 00:01:31,080 Then finally, we have the addition and subtraction. 22 00:01:31,110 --> 00:01:32,480 OK, so that's it. 23 00:01:33,000 --> 00:01:33,740 That's 40.