Python Functions | Python Tutorial for Absolute Beginners #1

2024 ж. 22 Мам.
901 386 Рет қаралды

Learn all about Python functions, *args, **kwargs with this Python tutorial for beginners.
🔥Complete Python course for beginners: • Python Tutorial - Pyth...
🔥Subscribe for more videos like this: goo.gl/6PYaGF
Functions are one of the fundamental building blocks of Python and most programming languages that have ever existed. In this tutorial, you'll learn everything you need to know about functions in Python.
You'll learn all about creating and calling functions, as well as working with parameters, arguments, keyword arguments, default arguments, and much, much more.
This is one of the many Python tutorials for beginners I've added to my channel.
Python Exercises for Beginners:
programmingwithmosh.com/pytho...
Python Cheat Sheet:
programmingwithmosh.com/pytho...
Want to learn more from me? Check out my blog and courses:
programmingwithmosh.com
/ programmingwithmosh
/ moshhamedani

Пікірлер
  • I waisted my money by tacking various courses now I realise on youtube its free...

    @avinashnadkar9197@avinashnadkar91975 жыл бұрын
    • I am intermediate to the programming, I want to learn python for data science and also I want to make career into the field of AI, Thanks for tutorials...

      @avinashnadkar9197@avinashnadkar91975 жыл бұрын
    • Tutorials on KZhead are "free" because generous people uploads the content, in which they invested time and passion.

      @faustobrusamolino6345@faustobrusamolino63454 жыл бұрын
    • @@faustobrusamolino6345 yea thank Jesus for that too I did it on the Python3IDE it went very well till the last one other than that it was very good I’m looking to go very far in Python

      @son_of_hiskingdom5092@son_of_hiskingdom50922 жыл бұрын
    • You have wasted on your English classes aswell

      @preethamsshaiva2212@preethamsshaiva22122 жыл бұрын
    • @@preethamsshaiva2212 fr

      @ayferno7337@ayferno73372 жыл бұрын
  • def appreciation(name): return name word = “Thankyou very much “ print(word + appreciation(Mosh))

    @owilhm@owilhm3 жыл бұрын
    • print(word + ' Mosh') and you get the same result quikly, you don't understand why we use function

      @noemirignanese635@noemirignanese6352 жыл бұрын
    • @@noemirignanese635 hahahahahaha

      @DeArtTerminator@DeArtTerminator2 жыл бұрын
    • where are the quotes in Mosh

      @thecrypticmelon@thecrypticmelon2 жыл бұрын
    • @@thecrypticmelon its a string

      @truepvp5463@truepvp54632 жыл бұрын
    • nice dude, i love reading comments

      @lambachurro8790@lambachurro87902 жыл бұрын
  • 4:50 Types of functions 8:51 Key words argument 10:56 Default arguments 12:30 args 16:48 args** 19:09 Scope 24:21 Exercise

    @mty1966@mty19662 жыл бұрын
    • ,,🤗

      @saraswatiyadav1881@saraswatiyadav18812 жыл бұрын
    • Thanks mate

      @ahamedsha9348@ahamedsha93482 жыл бұрын
    • Thank you, it was very helpful

      @kingofgaming1295@kingofgaming12952 жыл бұрын
    • Plz someone tell me error?: def geto(first,sec): return ("Hello",first,sec) message=geto("Baapo"," & maiya") file=open("content.txt",'w') file.write(message)

      @ahmadrandhawa238@ahmadrandhawa238 Жыл бұрын
    • ​@@saraswatiyadav1881Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
  • OMG bro, I'm 'bout to cry 3 minutes in...I've been struggling with trying to understand the difference between parameters and arguments.. Shhphew!! Thanks, so much for knowledge sharing your skills!!

    @terrancekayton007@terrancekayton0073 жыл бұрын
    • Dude, that's exactly what I thought. I've been struggling for days!!!

      @alvarocajina87@alvarocajina873 жыл бұрын
    • For the benefit of everyone struggling with understanding the basic difference between parameters and arguments, parameters are the comma separated placeholders (CSPHs) that appear in the function declaration, the first line of a function. Arguments are comma separated values, and they appear in the function call. The relationship between parameters and arguments is that arguments and mapped to parameters. So depending on " which side of the line you're on", the term used varies.

      @MrDjRayner@MrDjRayner3 жыл бұрын
    • @@MrDjRayner this is not quite right, the function call and function declaration both have parameters, we call them formal parameters in the function declaration and actual parameters in the function call. Honestly this is just pedantic and not vital to understanding the code.

      @bryan0x05@bryan0x052 жыл бұрын
    • ​@@alvarocajina87 Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
    • ​@@MrDjRaynerHello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
  • im not even in high school yet, and i already know most of Python because of you! Keep up the good work :')

    @hqbib8083@hqbib80833 жыл бұрын
    • @shiva swaroop P.S Learn C++ C# then make something big, that the difference between an engineer and a kid, and between electrician and electrical engineer

      @justasydefix6251@justasydefix62513 жыл бұрын
    • That's awesome! Me too! :)))

      @codingwithkenny6492@codingwithkenny64922 жыл бұрын
    • @shiva swaroop P.S learning the syntax is differs from solving complicated problems and developing algorithms

      @protrader8426@protrader84262 жыл бұрын
    • Could I use Arduino devices as a kid too

      @skloit_dev3089@skloit_dev30892 жыл бұрын
  • Thanks for taking the time to create these videos, it's really helping me in my course. You've got a great teaching style and the content is great. Cheers.

    @AndrewClark83@AndrewClark834 жыл бұрын
    • Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
  • thanks Mosh! I've being struggling with def and return function even after watching several youtube tutorial. No one could explain the details as clearly as you did.

    @wilsonliu1716@wilsonliu1716Ай бұрын
  • It is a wonderful introduction to functions in Python, thank you very much!

    @TheGoktas17@TheGoktas172 жыл бұрын
  • When it comes to teaching newbies skills on web development, and other tech stuff, bro, you win!!! Thank you for this. Your voice makes it even sweeter!!

    @SheldonYegon@SheldonYegon11 ай бұрын
  • Thank you very much for the quick and good explanation! 💛

    @kostiantynkarzhanov9216@kostiantynkarzhanov9216 Жыл бұрын
  • Thank you so much Mosh! You're the best teacher out there. Wish you could also make a tutorial on classes and objects!🙏

    @Funky_Hernandez@Funky_Hernandez16 сағат бұрын
  • This was fantastic! I love how you simplify concepts and then build up to more complicated applications. You picked up a subscriber.

    @AnnieCushing@AnnieCushing2 жыл бұрын
    • iuijp;

      @Ushq_QgA@Ushq_QgA Жыл бұрын
    • Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
  • i was looking for a perfect lecture on function for many month,,finlay i got it,,and i will continue your lecture,,,and this is my 1st comment in my 10 years of using youtube ,,thank you

    @familyguy_random@familyguy_random Жыл бұрын
  • Been on functions for a month. You filled my gaps in 20 mins. ❤❤❤

    @danielnikolov6482@danielnikolov64822 ай бұрын
  • Your videos are so helpful and precise. Can you please do a series on Tensorflow and machine learning? I am highly looking for a quality series on this topic.

    @jawadtahmeed9854@jawadtahmeed98545 жыл бұрын
  • That was great Mosh , thank you.

    @francismannion7075@francismannion70754 жыл бұрын
  • I wasn't expecting this I have never seen a tutorial than explained me so well what I needed to know in my whole life, maybe it's also due to you tackling exactly the doubts I had but never have I seen a single youtube video with such information. The first 5 minutes alone helped me more than hours of python classes, an immediate subscription on my part, keep going man!

    @Trincanacos.@Trincanacos. Жыл бұрын
  • I love you mosh ! Been trying to search for tutorials. And I got hold of your content a couple months ago. I also watched the full python course for beginner's video. Just wanted to say thank you! And we can all agree that you are a good teacher.

    @taneemalam1135@taneemalam11353 жыл бұрын
    • 🧐🧐😏🤨

      @Ushq_QgA@Ushq_QgA Жыл бұрын
    • Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
  • I'm kinda proud of myself for almost solving the fizz_buzz problem. I just couldn't finish my solution, I did the same thing that you did tho, and I'm a relatively new beginner coming from C++.

    @theundeadforever3300@theundeadforever33002 жыл бұрын
  • Thank you so much, Mosh! You are the best!

    @CSCrew@CSCrew3 жыл бұрын
  • the formatting extension for VS Code he mentioned was Autopep 8 for anyone who didn't catch it. I went to the transcript to understand what he said. I'm so excited to not have to have to google all my formatting questions! Also solid explanations, thanks Mosh!

    @bemccune7671@bemccune76712 ай бұрын
  • Thank you for this video. Really helpful!!

    @nilusah4356@nilusah43563 жыл бұрын
  • Thanks Mosh, this is just awesome

    @sandraoriji8351@sandraoriji83514 жыл бұрын
  • if what you said is true about the exercice fizzbuzz being tricky, you just made the very tiny confidence I have in python raised a bit! thanks for that!

    @mickaelrichard7255@mickaelrichard72553 жыл бұрын
  • THANK YOU VERY MUCH well explained

    @tonytony-fc6gq@tonytony-fc6gq5 жыл бұрын
  • Thanks so much for taking your time and creating this fantastic video.

    @nelsondelarosa5490@nelsondelarosa54909 ай бұрын
  • this is so cool mosh! thank you!

    @jakesnell7707@jakesnell77073 жыл бұрын
  • This helped me for my college class thank you!

    @edenrenee7392@edenrenee73923 жыл бұрын
  • I love how you called out using the global keyword in functions as bad practice. Your teaching/coding style is clean and minimalist, that's why we're all here!

    @amandal8404@amandal84043 жыл бұрын
    • Hello Dear .I have Just read your comment posted 3 years ago. Please let me know, where are you right Now as you have Watched this tutorial 3 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
  • INDEED, you are a GENIOUS, Mosh. Lots of knowledge, Perfection in teaching, amazing videos. Thanks. I think I'll learn a lot with you.

    @CarlFritz24@CarlFritz24 Жыл бұрын
  • Hi Mosh. Thank you for your fantastic videos. You certainly were born to teach. You make the material so easy to understand. I am glad I found your channel.

    @KA-NV@KA-NV5 жыл бұрын
  • You're very clear in the explaination, thanks a lot

    @ag36015@ag360154 жыл бұрын
  • It's your trademark to represent and explain the things in a clear concise and exact manner !! This makes learning material comprehensible easy to digest and remember. Without the burden of excessive words. Thank you very much i appreciate this !!!

    @moliendo102@moliendo1025 жыл бұрын
    • Hello Dear .I have Just read your comment posted 5 years ago. Please let me know, where are you right Now as you have Watched this tutorial 5 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
  • Amazing tutorial, thank you so much for sharing.. This is one of the clearest tutorials on functions, I'm learning heaps

    @faustobrusamolino6345@faustobrusamolino63454 жыл бұрын
    • kzhead.info/sun/pa59gcl7i4N6has/bejne.html&t=

      @DimopoulosInformaticsTutorials@DimopoulosInformaticsTutorials4 жыл бұрын
    • Hello Dear .I have Just read your comment posted 4 years ago. Please let me know, where are you right Now as you have Watched this tutorial 4 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
  • Thank you, After a huge struggle, you helped me to clear my doubts of parameters and arguments.!!!! Thank you Sir !!!!!!!!!!!!! I will keep watching your channel... :)

    @mekhalakarunaratne1707@mekhalakarunaratne17073 жыл бұрын
  • Short and Sweet. Keep on making some cool tutorials. I enjoyed a lot .

    @markmilan57@markmilan579 ай бұрын
  • Your videos are so good that viewers even forget to like the video and jump to watch more of your content. Guys please like these brilliant lectures after watching it.

    @mansoorahmed9455@mansoorahmed94557 ай бұрын
  • men you saved my life thank you so much for this tutorial!!! greetings from Mexico

    @Sherlock24jp@Sherlock24jp3 жыл бұрын
  • this helped me tremendously for my intro to python programming course I'm taking. I will return to your page again. Thanks.

    @dabigweav@dabigweav Жыл бұрын
  • 30 mins just awesome learning. Thank you!

    @snehap6763@snehap67632 жыл бұрын
    • Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
    • @@Believer758 hes dead

      @user-eh8be5zk8u@user-eh8be5zk8u4 күн бұрын
    • @@user-eh8be5zk8u Okay 🥲

      @Believer758@Believer7584 күн бұрын
  • Great content I was stock on this, now se everything clear thanks to you brother god bless you

    @juaninfante7000@juaninfante70004 жыл бұрын
    • Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
  • I've started with C++ and used a few other languages, mostly static. Now that I'm learning python I'm having a hard time with those indentations :D they look and feel so unnatural Great tutorial as always, love that there is a variety!

    @kitcat2449@kitcat2449 Жыл бұрын
    • me too! it feels to simple. i'm not used to not having a thousand of errors because of an extra bracket...

      @snatamohanty6612@snatamohanty6612 Жыл бұрын
    • @@snatamohanty6612 haha yeah, like 'SOMETHING IS WRONG SINCE NOTHING IS WRONG' :D Indentation errors (or not necessarily even errors, but the wrong indentation) caused me little confusion though

      @kitcat2449@kitcat2449 Жыл бұрын
    • @@kitcat2449 no because same. now whenever I get an error I just give up and shut down my whole computer, I am not patient at all lmao

      @snatamohanty6612@snatamohanty6612 Жыл бұрын
    • @@snatamohanty6612 taking breaks is good for your brain at least lol. I have the exact opposite problem, I tend to obsessively focus so I forget to eat and take bathroom breaks 🗿

      @kitcat2449@kitcat2449 Жыл бұрын
  • His multiply function reminded me of a recent security vulnerability. Anything * 0 = 0. While it was fine his function didn't check for a 0 being passed that isn't always the case. In a real world scenario someone figured out there was no check for a public key being a 0. As a result the hacker could pass a zero and bypass security because multiplication is used to verify keys.

    @jmr@jmr2 жыл бұрын
    • Hello Dear .I have Just read your comment posted 1 year ago. Please let me know, where are you right Now as you have Watched this tutorial 1 year ago and I'm taking it today 27 February 2024

      @Believer758@Believer7582 ай бұрын
    • @@Believer758 I don't use Python daily and I was simply refreshing my knowledge on functions in Python. I'm sure you will do well as Python is one of the easier languages compared to something like C.

      @jmr@jmr2 ай бұрын
  • Easy to understand by beginners too.. Thanks

    @Pravinamadoori@Pravinamadoori3 жыл бұрын
  • Very concise and useful, thank you

    @DenzelTheSecond@DenzelTheSecond Жыл бұрын
  • many thanks, really helpful

    @shirkhanaslanzade2406@shirkhanaslanzade24064 жыл бұрын
  • thank you Mosh it was Wonderful .

    @shahramsultanian@shahramsultanian4 жыл бұрын
  • Thanks so much! You explain better than my teacher!

    @fartiamfarttt2631@fartiamfarttt26318 ай бұрын
  • Thank you this video, really helpful!!

    @kumarsonusingh5803@kumarsonusingh58033 жыл бұрын
  • What is your theme for VS Code? It’s so clean. The line turns red under the open tab instead of the text. It's very well made. Your icons are smooth as well.

    @kadenhansen@kadenhansen Жыл бұрын
  • Great Teaching style and method and presentation !

    @karasanteswebtv@karasanteswebtv Жыл бұрын
  • GREAT video! Thank you so much!

    @marcosknez4024@marcosknez4024 Жыл бұрын
  • #You take your time in teaching✅ # You are audible ❤ # and prepares very well for each class💯. THUMB UP 👍

    @Joy_Boobo@Joy_Boobo5 ай бұрын
  • My name is Denis Kimutai. I am a beginner in software engineering. Have never watched a clear and understudble tutorial like yours. The progress I make everyday in my software engineering cannot even be explained more than saying thank you sir. African normally struggle with the whites English. But you speech is clear and understudble.. Thank you sir and God bless you.

    @deniskimutai9563@deniskimutai9563 Жыл бұрын
  • Thank you for this amazing tutorial!!!!

    @saralshikhar2422@saralshikhar24223 жыл бұрын
    • fajn coode is on kzhead.info/sun/drGcdduXfoZuZZ8/bejne.html

      @janusztarnowski115@janusztarnowski1152 жыл бұрын
  • Hi Mosh I’m very much interested with the theme that you use on vscode, Can you put the name of the theme on the description please Thanks

    @alelignfaris1082@alelignfaris10824 жыл бұрын
  • Thanks Mosh! It was very easy to understand.

    @TheMasudsaedi@TheMasudsaedi Жыл бұрын
  • Excellent teaching skills and knowledge great job !!

    @ee07168@ee071682 ай бұрын
  • Thank you so much for this videos they are perfect and free. 🎉

    @SEVEN-og1td@SEVEN-og1td4 ай бұрын
  • Very in depth and concise

    @liguow@liguow Жыл бұрын
  • I did the excersize. i am currently 13 and had a hard time learning to program. that is probably because i am quite dumb. but with your videos its been so much easier. thank you. i am planning to buy the course today.

    @vitustillebeck4965@vitustillebeck49653 жыл бұрын
    • Sir you are not quite dumb. I know I don't know you but what I do know is you are totally smarter than most 13 year old's. You are learning to program at 13, I'm 46 and just learning to code myself. So never say such things about yourself. You sound like an awesome, smart 13 yr old. God Bless.

      @JCASAS40@JCASAS402 жыл бұрын
    • @@JCASAS40 Thank you. Good luck with your coding :)

      @vitustillebeck4965@vitustillebeck49652 жыл бұрын
    • fajn coode is on kzhead.info/sun/drGcdduXfoZuZZ8/bejne.html

      @janusztarnowski115@janusztarnowski1152 жыл бұрын
  • all video tutorials are premium and professional ! thank you very much for sharing them to us !

    @karasanteswebtv@karasanteswebtv Жыл бұрын
  • Great Lesson, I was able to learn a lot about Functions

    @derickmusinguzi@derickmusinguzi8 ай бұрын
  • you are great sir!

    @mokaddisfarazi2494@mokaddisfarazi24945 жыл бұрын
  • Am in kenya,,,mosh thank you,,I love the way of your teaching,,I will stick on your teaching until I know programming

    @spaulpaul3242@spaulpaul32422 жыл бұрын
  • Great explanation, Mosh. Thanks a lot

    @kayemmanims@kayemmanims6 ай бұрын
  • Learnt an invaluable lesson from the "Exercise" part of the tutorial: Always test & retest your code!

    @keenanwekesa1723@keenanwekesa172310 ай бұрын
  • 3:21 @mosh my C program textbook says arguments that are passed in a function called actual argument/ actual parameter. On the other hand inputs to function calls formal argument/formal parameter. Can I use these terms in Python also? Or these term is language specific?

    @mystackquest@mystackquest3 жыл бұрын
  • Thanks for the lesson! I didn't know you could use AND to check multiple conditions for IF. I was able to accomplish this with a nested IF instead. Then I tried zero as an argument... Feature or Bug? I guess we need to add IF INPUT == 0, RETURN INPUT to the top of our function, ehh? def fizz_buzz(input): if input == 0: return input if input % 3 == 0: if input % 5 == 0: return "FizzBuzz" return "Fizz" if input % 5 == 0: return "Buzz" return input

    @CharlesLogan-xr3rx@CharlesLogan-xr3rx Жыл бұрын
  • I learnt parameters nd argument clearly thank you.

    @saeedmohamed9480@saeedmohamed94802 жыл бұрын
  • I love how you teach Mosh.

    @jasonmase8860@jasonmase8860 Жыл бұрын
  • By far, one of the best.

    @emmanueloseitutu7376@emmanueloseitutu7376 Жыл бұрын
  • Thank you so much. You are one of my favorite teacher for Python.

    @ssigitas69@ssigitas692 жыл бұрын
  • Excellent education - thanks

    @AllAroundHnadyMan@AllAroundHnadyMan Жыл бұрын
  • Your an excellent teacher. Thank you

    @_mil0__@_mil0__ Жыл бұрын
  • I paused to do the fizz_buzz project. I did the calc old-school though. if x/3 == int(x/3): I have to remember the % option. I added a while loop at the end for testing so it would loop until I pressed 0. lol. Good exercise! I was talking to the screen when the if for 3 and 5 was at the end saying it will never make it. lol then of course you fixed it. I didn't like that you used (input) though in the example as that was confusing as there is an input() function and this was not related that. I was thinking I missed something. Love the videos. Very easy to follow and useful info. Liked&Subscribed!

    @randycny@randycny2 жыл бұрын
  • wow, what a great video..made functions easier to understand

    @bambinoesu@bambinoesu3 жыл бұрын
    • Please go to this link and subscribe if you LIKE watching Coding videos. (NOTE- Subscribe only if you ❤ programming) Link-kzhead.info/tools/9n1st3cSVeu3sQpbRbyEyQ.html

      @codingisgreat1187@codingisgreat11873 жыл бұрын
  • I found this video very useful. Thank you!!!

    @elliotbennett1991@elliotbennett199110 ай бұрын
  • Hi Mosh please make tutorial on spring boot and especially spring security .It will be very useful for lots of people , especially of you are doing :)

    @prashanttiwari120@prashanttiwari1203 жыл бұрын
  • Hi Mosh, You are awesome to teach.

    @TechReptile@TechReptile3 жыл бұрын
  • OMG!!! Wow! I meaned all The! You're Really a Great Coder! and You're More Intelligent then Harry! Thank you so much Other Peoples Provides Just Full course but not means about it!

    @ecodersofficial@ecodersofficial2 жыл бұрын
  • You're the best dude 🙏

    @nol-sor1985@nol-sor19853 жыл бұрын
  • Very well explained. Thank you

    @anurasenarathna1703@anurasenarathna170310 ай бұрын
  • Thanks for this video, I really appreciate it

    @lexamitchenterprises@lexamitchenterprises Жыл бұрын
  • Life Saver!

    @rashmeetsingh7300@rashmeetsingh73005 жыл бұрын
  • This is awesome lessons

    @chinwachukwu2622@chinwachukwu26224 жыл бұрын
  • awesome video ! Its really helped me a lot. i can say ur playlist is the best in youtube for python. If u can manage time please upload some projects in python like snake game or a calculator. And i also requesting u to make a video on how much useful python is for competitive programming problem solving.

    @DarkShadow-gd8gu@DarkShadow-gd8gu5 жыл бұрын
    • hey hows ur python progress?:)

      @shdnas6695@shdnas66952 жыл бұрын
  • Great teacher. Thank you so much for sharing this.

    @marklivas990@marklivas9903 жыл бұрын
  • man thank you so much for that!!

    @Shachar50@Shachar50Ай бұрын
  • Great video it was quite helpful

    @user-vc2tr3fz2p@user-vc2tr3fz2p3 жыл бұрын
  • Thank you this made the unclear parts of my course much clearer

    @cat-yk7zl@cat-yk7zl2 жыл бұрын
  • This video is gold. Thanks

    @realmaureenoyakhilome@realmaureenoyakhilome Жыл бұрын
  • This is a great video!

    @gfpkelly@gfpkelly3 жыл бұрын
  • That's was really good Mosh Big thank you.

    @alisondefreitas8625@alisondefreitas8625 Жыл бұрын
  • i learned more in the first ten minutes of this video than i did while doing another online course. thank you

    @snatamohanty6612@snatamohanty6612 Жыл бұрын
  • Hello Mosh, I am beginner in python, checked lot of links for python but your channel finished my search. you are doing great job, Thanks for that.Can you share name of IDE you use, as it throws error exactly.

    @sumeetpasrichavines@sumeetpasrichavines3 жыл бұрын
    • This IDE is visual studio code 👆

      @HamzaAsiff@HamzaAsiff3 жыл бұрын
  • Superb... I love coding with Mosh...❤❤❤

    @iamwriting3935@iamwriting39356 ай бұрын
  • this is my solution, i'm a newbie though. def fizz_buzz(input): if input % 3 == 0 and input % 5 == 0: print("FizzBuzz") elif input % 5 == 0: print("Buzz") elif input % 3 == 0: print("Fizz") else: print(input) print(fizz_buzz(15))

    @neilpastilan2355@neilpastilan23554 ай бұрын
  • thank you so much

    @mohammadanarul624@mohammadanarul6244 жыл бұрын
KZhead