Python Tutorial - Fibonacci Series

  Рет қаралды 188,626

Amulya's Academy

Amulya's Academy

Күн бұрын

Пікірлер: 280
@nahidshaikh461
@nahidshaikh461 4 жыл бұрын
The accent you use in these lectures is the main reason why we prefer to watch videos to learn python instead of learning from websites!! More love and keep doing 🌼🌼😛
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@harshvardhanmulay136
@harshvardhanmulay136 5 жыл бұрын
Thanks. This video cleared my logic about Fibonacci series. Keep it up.
@abdulazimyusuf7832
@abdulazimyusuf7832 4 жыл бұрын
What's makes me to prefer this way of programming is the fact that the logical way that you use thank you a lot All the best 🌹🥰
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You are welcome!
@palamangalamsaidurga9741
@palamangalamsaidurga9741 4 жыл бұрын
its a wrong code,not working
@aswinvignesh3985
@aswinvignesh3985 3 жыл бұрын
Great explanation , appreciating the efforts , but if it is temp + first @ 11:45 , it will be easier to understand . Yours too right since first == second . so temp + second is also correct
@amanchotia6887
@amanchotia6887 4 жыл бұрын
The best python programming channel that I found Your program are as simple as we can have Thank you
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@viswabaddalabaddala6196
@viswabaddalabaddala6196 2 жыл бұрын
Any one can learn without any confusion and u are teaching so amazing and take bow towards Ur teaching 🙂
@AsurendrasOrder
@AsurendrasOrder 4 жыл бұрын
I don't know if you're still monitoring this, but I had a question. The "i" variable you're using in the for loop. What is the reason for it? Normally in for loops I see the variable is called again beneath it.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
We will use loops to execute part of code again and again for different values, and here to store different value we need a variable and “i” is that variable here :)
@AsurendrasOrder
@AsurendrasOrder 4 жыл бұрын
@@AmulsAcademy ah so it's there because a variable is needed for this loop got it.
@karthickjaisankar
@karthickjaisankar 5 жыл бұрын
Your voice is the best part in your videos. Especially the way you say Amuls academy :p
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@s.bagavathsingh419
@s.bagavathsingh419 2 жыл бұрын
n=int(input("Enter the no of terms:")) a=-1 b=1 for i in range(n): c=a+b print(c) a=b b=c
@httbc7251
@httbc7251 4 жыл бұрын
Literally i was unable to code this series But now it is very clear to me So thanks a lot for this video
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad to hear that :)
@httbc7251
@httbc7251 4 жыл бұрын
@@AmulsAcademy Why do you use :) everywhere Is this become your habit to type:) everywhere😒
@kratos9643
@kratos9643 4 жыл бұрын
@@httbc7251 why it bothers u :)
@harshit_2043
@harshit_2043 3 жыл бұрын
thanks !! you have no idea how much it helped me and also not a second wasted !!!
@cr8444
@cr8444 4 жыл бұрын
Hey, you are a star!!! Very detailed and well understood. Thank you so much
@pranjalgupta5282
@pranjalgupta5282 2 жыл бұрын
Was this useful for u after 2 years??
@suyash7450
@suyash7450 Жыл бұрын
well, it's still useful......@@pranjalgupta5282
@iftahershahriarifty5349
@iftahershahriarifty5349 4 жыл бұрын
Very helpful and fluently explained. Appreciating the hard work.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@anwaralam3136
@anwaralam3136 7 жыл бұрын
again again your way of explaination is awesome thank you so much for the type of explaination you provide.....!!!!!!
@AmulsAcademy
@AmulsAcademy 7 жыл бұрын
Welcome:)
@kavithasubburaj9919
@kavithasubburaj9919 5 жыл бұрын
Tq sister💖 for u r clear and easy explanation 👌
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Pleasure :)
@bhavana333
@bhavana333 4 жыл бұрын
Logical execution of explanation is awesome.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@yogeshbaghel6745
@yogeshbaghel6745 3 жыл бұрын
your voice is very sharp and clear
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@davideversole3820
@davideversole3820 5 жыл бұрын
For someone who is very new to learning Python, I want to express my extreme thanks. You make this so much easier and are a wonderful teacher!!! Plus like everyone else is saying, your voice is so pleasant. :)
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@dimpleshah3037
@dimpleshah3037 4 жыл бұрын
U r jst osm..... Keep going on..... Gbu
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you so much 😀
@HarshitaChattopadhyay
@HarshitaChattopadhyay 5 жыл бұрын
*Awesome Explanation* 👏 👏 👏
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@deepanshumorle7719
@deepanshumorle7719 4 жыл бұрын
Ma'am can we use len function in place of range.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
In loops ? No :)
@deepanshumorle7719
@deepanshumorle7719 4 жыл бұрын
@@AmulsAcademy Ma'am My doubt is that Range shows the first and last digits or limits. So how it could be used for iteration of all digits and in sequence.
@ShinyArjunSingh
@ShinyArjunSingh 5 жыл бұрын
wow man...made my life.. Nice one Subscribed...Keep'em comin....
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@swathinagarajan4804
@swathinagarajan4804 3 жыл бұрын
Keep it up..superb explanation
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@santhoshivempati9757
@santhoshivempati9757 4 жыл бұрын
Very nice line by line explanation..👏👏 Thnq so much..
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Welcome 😊
@geetanjalisomepalli5994
@geetanjalisomepalli5994 4 жыл бұрын
Thank you a lot you are amazing in explaining the code🤗🤗 It helped me a lot solve the problems
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad to hear that :)
@omprakashchandak2213
@omprakashchandak2213 3 жыл бұрын
Thanks a lot mam I've been looking for this everywhere only to understand from your video
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that 😊
@J_k910
@J_k910 6 жыл бұрын
Mam ! U r explanation is awesome. Ur patience is great
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@pranjalgupta5282
@pranjalgupta5282 2 жыл бұрын
Bro did cs help u??
@b3knight
@b3knight 2 жыл бұрын
I really excited when I saw this logic, Thank you so much, but y u stop the videos since 1 year, It's really useful to ourselves, even though paid courses also don't xplain like this, plz uploading videos dear...
@juliemehto4711
@juliemehto4711 4 жыл бұрын
thank you for explaining in the easiest way.❤️❤️
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You're welcome 😊
@kunalgupta3029
@kunalgupta3029 5 жыл бұрын
U are a great teacher so u should also teach us theory 👍👍
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@aashishthedevilboy
@aashishthedevilboy 4 жыл бұрын
thanks for make me understand ma'am. the way of teaching fablous. thanks making all tutorials ma'am.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
It's my pleasure!
@haroonrz
@haroonrz 4 жыл бұрын
this program is not executing in python 3.9 . what is the solution?
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Getting any error ? Give me the program i will check :)
@Limon-fl5xi
@Limon-fl5xi 2 жыл бұрын
Your comprehension skills are much Good Mam. I like it
@deeptigupta8291
@deeptigupta8291 4 жыл бұрын
good job dear...your vedios helped me a lot. thank you soo much
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad to hear that :)
@sindhujalingampally6066
@sindhujalingampally6066 2 жыл бұрын
sister this program is without recursion right,can u please share link about fibanaicci with recurssion.
@CyberFactZ
@CyberFactZ 5 жыл бұрын
It was a wonderful explanation and you have got a nice voice.👍
@avinashyadav6988
@avinashyadav6988 6 жыл бұрын
Nice voice you have ; I like that!!!
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@mithunm1746
@mithunm1746 4 жыл бұрын
Thank u very much ,this program was very helpfull and I was able to understand it easily😊
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad to hear that :)
@knowitfromrajat5041
@knowitfromrajat5041 5 жыл бұрын
Thanks for clearing my logic regarding Fibonacci numbers
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Pleasure :)
@e4Echo
@e4Echo 4 жыл бұрын
This was very helpful
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@mohdashraf7320
@mohdashraf7320 3 жыл бұрын
good explanation with awesome voice
@rahulprasadsingh2639
@rahulprasadsingh2639 5 жыл бұрын
first=0 second=1 n=int(input('enter:')) for i in range(1,n): print(first) temp=first first=second second=temp+second
@tharunsangaraju2780
@tharunsangaraju2780 5 жыл бұрын
why not second= temp + first
@dash_food9699
@dash_food9699 4 жыл бұрын
thank u mam if i will became a good developer in future that is for your explanation all things very clearly...any one can understood after saw your video thank you mam lot.....
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
So nice of you :) Thank you :)
@bikashsamal1635
@bikashsamal1635 5 жыл бұрын
I Appriciate your effort. Keep heard working.
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@robertpramodh1299
@robertpramodh1299 3 жыл бұрын
SUPER EXPLAINATION MADAM 🤝👍
@jadavmayur4152
@jadavmayur4152 2 жыл бұрын
Nicee very nice explanation 👌
@LokeshwariSLoke
@LokeshwariSLoke 4 жыл бұрын
Which company ur working mam....ur amazing sis....
@neerajarora4920
@neerajarora4920 5 жыл бұрын
Very well explained , Thanks a lot
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Pleasure :)
@bhaskartimothy3146
@bhaskartimothy3146 5 жыл бұрын
What is different between fabanocci and factorial plz explain that
@subhankarnag-2214
@subhankarnag-2214 6 жыл бұрын
That's very useful to me
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
glad to hear that :)
@junaidkhan4471
@junaidkhan4471 5 жыл бұрын
Thanks! for clearing my concept.
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Pleasure :)
@muhammadsohaib3908
@muhammadsohaib3908 3 жыл бұрын
Seq = int(input("Enter")) num1, num2 = 0, 1 count = 0 print("Fibi seq:") while count < seq: print(num1, end=" ") temp = num1 + num2 num1 = num2 num2 = temp count += 1 your video help me to understand the logic. Thnx
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that 😊
@RelaxHERE-zk8ts
@RelaxHERE-zk8ts 5 жыл бұрын
Amazing mam thank you very much... And your voice is cute
@allenkennemore5409
@allenkennemore5409 4 жыл бұрын
Thank you so much for your help!!!!!
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You're welcome! :)
@lokeshbharathi2725
@lokeshbharathi2725 5 жыл бұрын
Thanks for presenting this video mam. Also pls trace the program with an example, it helps for a far more better understanding
@prateekjalgaonkar552
@prateekjalgaonkar552 4 жыл бұрын
Instead of second= temp + first ; why we did second = temp + second. Can we do it using first?
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Try it :)
@NamanSingh13607
@NamanSingh13607 5 жыл бұрын
If we want to print till 500 so what we should do....?
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Try this: upper = int(input("enter the limit ")) first = 0 second = 1 while first
@NamanSingh13607
@NamanSingh13607 5 жыл бұрын
@@AmulsAcademy thnq.. Ma'am..... ☺
@nandayouflox3795
@nandayouflox3795 5 жыл бұрын
for i in range(100): y = (i+1) print((i+y)) This will do the magic :)
@Mr.kumar_engineer02
@Mr.kumar_engineer02 6 жыл бұрын
Very well explained ..
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@williamjayaraj2244
@williamjayaraj2244 2 жыл бұрын
Thank you for teaching this lesson. Good.
@Tulasilavu
@Tulasilavu 6 ай бұрын
Second value is assigned to first, but while adding u use temp+second???
@kunwarutkarshpratap7494
@kunwarutkarshpratap7494 5 жыл бұрын
Satisfying voice 😁
@arunaagt8229
@arunaagt8229 5 жыл бұрын
Mam after saving python file it doesn't open as a source file. It will open like as a command file .and if I put any number in it will be automatically disappear in just few minutes before I see the output . How to correct it????
@subhashree5052
@subhashree5052 6 жыл бұрын
Very useful... thanks mam
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Welcome :)
@MahEsh-jf7uu
@MahEsh-jf7uu 4 жыл бұрын
madam when i run this code as function in my machine it gives o/p with None type object . I tried it so many ways but it gives None type object when i make def fib(n) like that . i saw in hacker rank instead of printing "a" value some one wrote yield(a) then returns apt o/p . what is yield ()? Why it returns correct o/p without none type when we use yield .. could you please clarify my doubt ?
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
you are getting None type because your function is returning nothing. I think you are writing function call in print(), that's why it will print None. Example: def f(): print("hello") print(f()) #Execute this. { for more explanation give me the program i will check and explain.} yield: Yield is a keyword that is used like return , except the function will return a generator. { i explained more about this in generator you can check that video.} video link: kzbin.info/www/bejne/emaXqWuriNeUabM
@nordenlashangderpalama8876
@nordenlashangderpalama8876 2 жыл бұрын
Thank you soo much. You explained it really well.
@manamalasrinivasulureddy390
@manamalasrinivasulureddy390 4 жыл бұрын
How to print out put values in a list
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
you can append values to list and print that :)
@manamalasrinivasulureddy390
@manamalasrinivasulureddy390 4 жыл бұрын
@@AmulsAcademy okay tq so much,its working
@autarroy
@autarroy 4 жыл бұрын
I really like your explanation, is so clear, step by step Can you make a video, how to put this in a GUI application? I will really appreciate
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
I will try :)
@autarroy
@autarroy 4 жыл бұрын
Thanks a lot, I am waiting for the video
@malleeshkanna8789
@malleeshkanna8789 5 жыл бұрын
Thank you maam.. it is very useful
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
My pleasure :)
@jayakarthi6438
@jayakarthi6438 4 жыл бұрын
madam output will print only for 0's i will execute for this code this code is wrong
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Give me your program i will check for you :)
@jayakarthi6438
@jayakarthi6438 4 жыл бұрын
sry mam now i will execute ok mam i will enter 10 o/p i want is 0 1 1 2 3 5 8 like that please explain this method mam
@riapanjwani2002
@riapanjwani2002 6 жыл бұрын
It means a lot...thanks for helping me..!!!!
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
My pleasure :)
@mayankbisht536
@mayankbisht536 7 жыл бұрын
Any video on fibonacci series using defined functions and recursion...??
@AmulsAcademy
@AmulsAcademy 7 жыл бұрын
till now No:)
@user-fx8ou5ly1l
@user-fx8ou5ly1l 4 жыл бұрын
Tnq very much mam...it is very useful..
@rheabalamurugan6039
@rheabalamurugan6039 3 жыл бұрын
thank youuu soooo muchhhh!!🥰🥰
@rosestha5845
@rosestha5845 5 жыл бұрын
Very nice explanation mam Thank ú very much👌👌👍👍😁😁
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@Raja-tt4ll
@Raja-tt4ll 5 жыл бұрын
Thank you so much for a super explanation!
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Pleasure :)
@shuvendratripathy2483
@shuvendratripathy2483 7 жыл бұрын
Plz make a video on prime number......
@AmulsAcademy
@AmulsAcademy 7 жыл бұрын
will do:)
@a2englishknowledge719
@a2englishknowledge719 2 жыл бұрын
Why you not print second value so out as well as program wrong
@pratyushkumarchaturvedi8600
@pratyushkumarchaturvedi8600 3 жыл бұрын
Please have a big glass of water before making the video. By the way, great work it is, crystal clear!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@amoyardever2815
@amoyardever2815 4 жыл бұрын
Mam, could you please upload to check a given number is fibonacci or not
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Sure :)
@theallshow4843
@theallshow4843 3 жыл бұрын
u r genius, other most of the vids have f*cking if loop in em
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Haha.. thank you 😊
@Jibotosh
@Jibotosh 5 жыл бұрын
Thank you very much ma'am
@manikandand2541
@manikandand2541 4 жыл бұрын
hello mam i have been started to seeing ur vedeos that was nice and for a favour will u give me some advice or an idea how to develop my skills in python how to approach and how to grow....if i get a reply many many thanks for u
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You need practice many programs :)
@theblackmax
@theblackmax 5 жыл бұрын
Very nice, keep make great videos.
@chandanachandu8448
@chandanachandu8448 6 жыл бұрын
very nice explaination sis
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@studyzee1741
@studyzee1741 6 жыл бұрын
It was not easy to explain this but you did well 👍
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@shreyabediya9805
@shreyabediya9805 5 жыл бұрын
Thanks so much. This was really helpful. Wish me luck!! :)
@allvehiclesdetails7417
@allvehiclesdetails7417 Жыл бұрын
there are two ways n = int(input ("enter any number")) x =0 y = 1 z = 0 while z
@kamalkeita-jones
@kamalkeita-jones 6 жыл бұрын
amazing video, thank you
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
My pleasure:)
@jawadamir9282
@jawadamir9282 6 жыл бұрын
ur voice uff love from pak
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you :)
@adityakhevaria6091
@adityakhevaria6091 6 жыл бұрын
tell me how to write a python program to identify the give no. is lowercase/uppercase/digit/special character.
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
#To find out the character of string is lower/upper/digit/special in_chr = '10' if in_chr.isalpha(): if in_chr.isupper(): print("UPPERCASE CHARACTER") else: print("lowercase") elif in_chr.isdigit(): print("digit") else: print("special character") or in_chr = "&" if ((int(ord(in_chr)) >= 65 and int(ord(in_chr))
@yadatis5905
@yadatis5905 6 жыл бұрын
Thank you 😚 mam it's very helpful
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Welcome :)
@mahimatripathi5477
@mahimatripathi5477 5 жыл бұрын
Are you from south india
@anantha5966
@anantha5966 5 жыл бұрын
I wrote this only , but it was wrong
@miguelhernandez-qs5bj
@miguelhernandez-qs5bj 4 жыл бұрын
You are a GOD!!!!!
@sonamnaik2804
@sonamnaik2804 5 жыл бұрын
Thank u so much♥️
@Vanshhhhh.
@Vanshhhhh. Жыл бұрын
Lol she literally tell the history of Fibonacci series i mean most of the channel directly jump to program 😭
@komaljaswani7497
@komaljaswani7497 5 жыл бұрын
Hi! Can you please make a video on the question: If a list in python has mix of strings & numbers, how will you make separate lists of strings & numbers? I saw ord() for getting ASCII code in python & chr() for converting ASCII codes to characters somewhere & tried to use them to get answer of this question but it did not work!! :(
@uwemedimoekpewoh4352
@uwemedimoekpewoh4352 Жыл бұрын
To separate a list in Python into two separate lists, one containing strings and the other containing numbers, you can iterate through the original list and classify each element based on its data type. You can achieve this using a loop and conditional statements.
@uwemedimoekpewoh4352
@uwemedimoekpewoh4352 Жыл бұрын
original_list = [1, "apple", 2, "banana", "cherry", 3] string_list = [] number_list = [] for item in original_list: if isinstance(item, str): string_list.append(item) elif isinstance(item, (int, float)): # Consider both int and float as numbers number_list.append(item) print("Strings:", string_list) print("Numbers:", number_list)
@niteshbhardwaj931
@niteshbhardwaj931 6 жыл бұрын
Very nice explain
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@vicky.m1599
@vicky.m1599 2 жыл бұрын
Nice explanation 🥵💥
@ayushgarkoti9673
@ayushgarkoti9673 5 жыл бұрын
How to print in list
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Take a empty list and then instead of printing Fibonacci numbers append that to list. :)
Python Tutorial - Prime Numbers | Printing Prime Numbers in Given Interval
18:33
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
#38 Python Tutorial for Beginners | Fibonacci Sequence
8:01
Telusko
Рет қаралды 828 М.
Python program for Fibonacci Series
14:38
Blismos Academy
Рет қаралды 163
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 1 МЛН
How a Blind Mathematician Became the World's Greatest
16:31
Newsthink
Рет қаралды 162 М.
Python Special Programs - Fibonacci Sequence
16:12
Neso Academy
Рет қаралды 10 М.
Python Tutorial - Fibonacci Number | Program
13:35
Amulya's Academy
Рет қаралды 24 М.
Python Programs - Factorial Program Using for loop
10:30
Amulya's Academy
Рет қаралды 144 М.
Python Programs - Factorial Program Using Recursion
18:08
Amulya's Academy
Рет қаралды 75 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН