1 00:00:07,670 --> 00:00:15,410 Now, the next thing that I will do are some large corporations, so you can see how Python works when 2 00:00:15,410 --> 00:00:16,970 you are doing some estimates. 3 00:00:17,300 --> 00:00:24,500 So let's make a variable called your age and then we'll take an input. 4 00:00:27,730 --> 00:00:32,490 And the input will be, how old are you? 5 00:00:34,030 --> 00:00:34,800 Question mark. 6 00:00:35,260 --> 00:00:42,670 Right, so the problem you ask is how how old we are then then let's create a variable called Bertier 7 00:00:43,000 --> 00:00:44,990 equal to today's here. 8 00:00:45,010 --> 00:00:47,470 So twenty twenty one minus. 9 00:00:48,830 --> 00:00:57,140 Isn't your age and then would like to print the birth here, so what will this call to do? 10 00:00:57,140 --> 00:00:57,490 Action? 11 00:00:58,010 --> 00:01:05,690 So first we're going to add our current age and then what to do is simply estimate the year that the 12 00:01:05,690 --> 00:01:07,910 person adding the age is born. 13 00:01:08,060 --> 00:01:14,020 So let's say if I'm 20 years old, then this program should say that I'm born in 2001. 14 00:01:14,180 --> 00:01:15,880 So let's see how it works. 15 00:01:16,100 --> 00:01:17,430 You can see the message here. 16 00:01:17,450 --> 00:01:20,960 How old are you and what my age, which is twenty six. 17 00:01:21,200 --> 00:01:24,240 And you can see that I'm born in nineteen ninety five. 18 00:01:24,260 --> 00:01:29,150 Well, I'm born in 1994 because I'm born in November this year. 19 00:01:29,510 --> 00:01:30,520 But it doesn't matter. 20 00:01:30,530 --> 00:01:32,020 You get the logic here, right.