Functions in Python | Python Tutorial - Day #20

Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners in Hindi series will focus on teaching you python concepts from the ground up.
Access the Playlist: • Python for Beginners (...
Link to the Repl: replit.com/@codewithharry/20-...
Join Replit the browser-based IDE used in this course - join.replit.com/code-with-har...
►Checkout my English channel here: / @programmingwithharry
►Instagram: codewithharry
python, C, C++, Java, JavaScript and Other Cheetsheets [++]:
Playlist: • Coding CheatSheets 🧾 b...
►Learn in One Video[++]:
Python[15 Hr]: • Python Tutorial For Be...
Python Advance[3.5 Hr]: • Python Programming Cou...
Python[1 Hr]: • Learn Python In Hindi ...
Python[2 Hr]: • Python Tutorial In Hin...
Python[15 Min]: • 15 Minute Python Tutor...
JavaScript[1 Hr]: • JavaScript Tutorial
C[1.3 Hr]- • C Programming Tutorial...
php[1 Hr]: • Learn Php In One Video...
php[2.3 Hr]: • Php Tutorial for Begin...
php[Project]- • Login And Registration...
HTML[30 Min]: • HTML 5 Tutorial For Be...
CSS[8.5 Hr]: • CSS Tutorial In Hindi ...
CSS[1.4 Hr]: • CSS 3 Tutorial For Beg...
Wordpress[3.2 Hr]: • How To Make a WordPres...
Angular[2 Hr]: • Angular Tutorial in Hindi
Java[2.3 Hr]: • Java tutorial in hindi 🔥
Web Scraping[1 Hr]: • Web Scraping Tutorial ...
MongoDB[2 Hr]: • MongoDb Tutorial For B...
Numpy[1 Hr]: • Numpy Tutorial in Hindi
Android Dev[12 Hr]- • Android Development Tu...
Linux[1 Hr]: • Linux Tutorial For Beg...
JQuery[1.1 Hr]: • jQuery Tutorial For Be...
Git and GitHub[1.1 Hr]: • Git & GitHub Tutorial ...
►Complete course [playlist]:
React: • React Js Tutorials in ...
Python- • Python Tutorials For A...
OOP Python- • Object Oriented Progra...
Java: • Java Tutorials For Beg...
JavaScript- • JavaScript Tutorials I...
PHP- • PHP Tutorials in Hindi
C- • C Language Tutorials I...
C++- • C++ Tutorials In Hindi
Git & GitHub- • Git and GitHub Tutoria...
Android Dev- • Android Development Tu...
Python GUI- • Python GUI: Tkinter Tu...
Web Development- • Web Development Tutori...
Python Django: • Python Django Tutorial...
Projects Using HTML, CSS & Javascript- • Projects Using HTML, C...
Data Structure and Algo: • Data Structures and Al...
Follow Me On Social Media
►Website (created using Django Rest & Angular): www.codewithharry.com
►Facebook: / codewithharry
►Instagram: / codewithharry
Twitter: / codewithharry
Comment "#HarryBhai" if you read this 😉😉

Пікірлер: 1 100

  • @CodeWithHarry
    @CodeWithHarry Жыл бұрын

    One quick correction at 3:12 : The formula for Geometric mean is not correct! If you haven't yet accessed the playlist, do it now: kzread.info/head/PLu0W_9lII9agwh1XjRt242xIpHhPT2llg

  • @Abhishekgurjar_

    @Abhishekgurjar_

    Жыл бұрын

    No problem Harry bhai

  • @darkcoder1389

    @darkcoder1389

    Жыл бұрын

    Bhi plzz " C " ya " javascript " pe 100days lao

  • @subhasssadhu

    @subhasssadhu

    Жыл бұрын

    @@darkcoder1389 there are already around 100 videos recently completed by Harry bhai in Javascript

  • @ApniGardening7

    @ApniGardening7

    Жыл бұрын

    no problem

  • @gpsmarket5823

    @gpsmarket5823

    Жыл бұрын

    web 3 do something......

  • @amoghaggarwal
    @amoghaggarwal Жыл бұрын

    Old is Gold, Binod was such an old refrence but brought a smile to my face.

  • @CodeWithHarry
    @CodeWithHarry Жыл бұрын

    Code Backup Repository: github.com/CodeWithHarry/100-days-of-code-youtube

  • @vimal2022

    @vimal2022

    7 ай бұрын

    congratulation for your 5+ million subs

  • @noobToPro2004
    @noobToPro2004 Жыл бұрын

    Damn I cannot believe I am maintaining consistency I do watch only one video per day cause I am not from cs and it's my 20th day I'm very happy that you are my first teacher to teach me coding. Thank you Harry bhaiya for making coding simple to understand :)

  • @priyanshugupta3576

    @priyanshugupta3576

    11 ай бұрын

    which branch

  • @seeratzafar4310

    @seeratzafar4310

    7 ай бұрын

    @@priyanshugupta3576 same bro

  • @Besankaladduu

    @Besankaladduu

    6 ай бұрын

    ​@@seeratzafar4310same bro

  • @manhaabdellah2682
    @manhaabdellah2682 Жыл бұрын

    Very simple video. Love your studio setup!

  • @Navraj078
    @Navraj078 Жыл бұрын

    congratulations harry bro on 4 million subs you are the only guy whom which i learnt coding very well.

  • @education.online_frevryone
    @education.online_frevryone Жыл бұрын

    From: Malaysia and Pakistan. Love the way you teach using analogies, it's pretty easy to understand the concepts!

  • @mohakgrover1420
    @mohakgrover14209 ай бұрын

    00:00 Functions are used to separate logic from main program 01:36 Functions are blocks of code that can be called whenever needed 03:50 Converting code into function 06:02 A function can be written to find the greater number from two given numbers. 08:02 Functions are like code words used to define a block of code 10:14 Functions help in breaking down logic in bigger programs. 12:02 Functions in Python 14:04 Basics of Creating and Calling Functions

  • @intekhab3425

    @intekhab3425

    7 ай бұрын

    The most useful and meaningful comment here

  • @debasishbesra2901
    @debasishbesra2901 Жыл бұрын

    Day 5 of #100DaysOfCode. Today in this video 20, I learned that Python functions are organized blocks of code for specific tasks. There are built-in and user-defined functions. Built-in functions come pre-coded, while user-defined ones are custom-made. Functions are defined using the 'def' keyword and called with their name and parameters. This helps keep code neat and organized. Thank You Harry Bhaiya.

  • @Archanaghimire_18

    @Archanaghimire_18

    Ай бұрын

    why is my function not running?

  • @hanzuu17

    @hanzuu17

    23 күн бұрын

    @@Archanaghimire_18 try in this format, def function_name [ try the function name like this for eg. isGreater , first letter make it small and the next word start with capital ] (parameters): Then write the logic for the function and then whatever is yur function name 'call' it...

  • @shubhampatil-py3vj
    @shubhampatil-py3vj10 ай бұрын

    its day 20 and i am consistently watching daily only 1 video , its the first time where i am maintaining my consistency well i will keep it on. Thanks a lot to you @CodeWithHarry sir to make the coding this easy and simple.

  • @udayneolia6853
    @udayneolia685311 ай бұрын

    Everything is cleared and the "binod" is on another level

  • @rangegowdabg5679
    @rangegowdabg56797 ай бұрын

    Your teaching is great and I am from non-IT background you made code so simple to understand Thank u

  • @shohaibkhan6056
    @shohaibkhan6056 Жыл бұрын

    please like the videos, he is a gem who is providing these courses for free may Allah bless you harry bhai

  • @dyspro8954
    @dyspro895411 ай бұрын

    love the way you taught us!!! It's very helpful for us You are biggest inspiration of all time. I love to study with you.... Lots of Love..........🙃🙃

  • @ISR946
    @ISR9468 ай бұрын

    yes , we are going deeper . enjoying the python, creating cool projects and having fun 😊😊😊😊😊😊

  • @mariamhasan3733
    @mariamhasan3733 Жыл бұрын

    Day #20 done! Harry bhai using the Binod meme was a smart move to let us understand the use of function easily 😆

  • @RK.7789

    @RK.7789

    Жыл бұрын

    Ashtagfirulla !!!! H to to ye kafir hi

  • @mariamhasan3733

    @mariamhasan3733

    Жыл бұрын

    @@RK.7789 ?

  • @nasrullah3412

    @nasrullah3412

    Жыл бұрын

    @@RK.7789 Harry bhai is Muslim. His actual name is Haris Ali Khan❣

  • @ak_014

    @ak_014

    Жыл бұрын

    ​@@k0p2. check his email in the first video of this course.Haris Khan is his name

  • @teamWWF23

    @teamWWF23

    Жыл бұрын

    Brother which course of harry should i learn from Android 1:- the ultimate python course 2:- python tutorial for absolute biggners

  • @prathamthakulla4412
    @prathamthakulla4412 Жыл бұрын

    Good Evening Harry Sir, #100DaysPython tutorials complete hone ke baad aap please Machine Learning or Data Science ka full detailed tutorials banao, kyu ki aaj kal ML aur DS fields, top trending pe chal rahe hai all over the world, aur aane wale saalo main bhi chalne wale hai, sir please its a request if you have time, make ML or DS tutorials, just like python ones. Thank You.😀👌❤

  • @WHITEDEVIL-pu1oc

    @WHITEDEVIL-pu1oc

    Жыл бұрын

    S

  • @VishalKumar-ne6qm
    @VishalKumar-ne6qm Жыл бұрын

    BInod best example, you are the one of them ,Who helping to all students, that is so good.

  • @adityapradhan8474
    @adityapradhan847411 ай бұрын

    Thank you so much harry bhaiya. My friends say that those who learn from video lectures aren't good programmer. But I learn from your video courses and I also refer to books...

  • @bhaanusisodia7790

    @bhaanusisodia7790

    9 ай бұрын

    your friend is just bitter that they had to pay fees and you didint

  • @TECH_HELPER_irfan
    @TECH_HELPER_irfan Жыл бұрын

    hello friends i made this calculator how it is def plus(a,b): value1 = a + b print(value1) def minus(a,b): value2 = a - b print(value2) def multi(a,b): value3 = a * b print(value3) def divid(a,b): value4 = a / b print(value4) st1 = "welcome to the irfan's calclulator" print(st1.center(100)) print("enter any two numbers of which you want to know the answer") a = int(input("enter the first number :")) b = int(input("enter the second number :")) d = int(input('''enter the numbers to choose the symbole : "1" is for addition "2" is for subtraction "3" is for multiplication "4" is for divide please select one number :''')) match d: case 1: plus(a,b) case 2: minus(a,b) case 3: multi(a,b) case 4: divid(a,b)

  • @transylvanian1765

    @transylvanian1765

    4 ай бұрын

    I made this: print("A code for operations on two numbers") input("Press Enter:") x = input("Choose your first number:") y = input("Choose your second number:") print("Choose any operation given below:") A = "1.Addition" print(A) B = "2.Substraction" print(B) C = "3.Division" print(C) D = "4.Multiplication" print(D) E = "5.Exponential" print(E) F = "6.Remainder" print(F) op = input("Choose any number from 1 to 6 as given above:") if "1" in op: print("Sum of", (x), "and", (y), "is:", int(x) + int(y)) if "2" in op: print("Difference between", (x), "from", (y), "is:", int(y) - int(x)) if "3" in op: print("Division of", (x), "and", (y), "is:", int(x) / int(y)) if "4" in op: print("Multiplication of", (x), "and", (y), "is:", int(x) * int(y)) if "5" in op: print((x), "to the power", (y), "is:", int(x)**int(y)) if "6" in op: print("Remainder of", (x), "when divided by", (y), "is:", int(x) % int(y))

  • @user-tv1rk2eb4f

    @user-tv1rk2eb4f

    15 күн бұрын

    For your work i will give you 100 but its silence you can do it directly without using function 😅

  • @Prashant_Sharma_MOV

    @Prashant_Sharma_MOV

    10 күн бұрын

    good irfan......🥰🥰

  • @abdul_moiz_7
    @abdul_moiz_7 Жыл бұрын

    This is my first programming language to learn from scratch. So far it is going great. Thanks Harry bhai

  • @bepositive271

    @bepositive271

    Жыл бұрын

    What do you mean by scratch

  • @abdul_moiz_7

    @abdul_moiz_7

    Жыл бұрын

    @@bepositive271 means from the beginning.

  • @teamWWF23

    @teamWWF23

    Жыл бұрын

    Brother which course of harry should i learn from Android 1:- the ultimate python course 2:- python tutorial for absolute biggners

  • @bepositive271

    @bepositive271

    Жыл бұрын

    @@teamWWF23 Obviously the ultimate python course cause it hold the newest information about python and interviews

  • @teamWWF23

    @teamWWF23

    Жыл бұрын

    @@bepositive271 thank brother ❣️ Can you also give me some tips how i make notes while learning from Android

  • @kingsam20
    @kingsam2011 ай бұрын

    I understood each and every thing. Thank you harry bhai for making this series.

  • @ammarchopda
    @ammarchopda8 ай бұрын

    samjh aara hai sab kuch... harry bhai thank you so much

  • @rode_atharva
    @rode_atharva Жыл бұрын

    We are going deep in python ! 👍👍❤❤

  • @zaryabz7809

    @zaryabz7809

    5 күн бұрын

    💀

  • @rode_atharva

    @rode_atharva

    5 күн бұрын

    @@zaryabz7809 are bhai mera wo matlab nahi tha , sacchi 😂😅😅😅. Mr hansu ya rou

  • @Abhishekgurjar_
    @Abhishekgurjar_ Жыл бұрын

    Love 💞❣️❣️ you Harry Bhai , you are great

  • @annoying_anonymous
    @annoying_anonymous Жыл бұрын

    truly happy that i have learned something new in a year long time which was how to create my own defined function Big thanks to you bhai

  • @ravityagi7797
    @ravityagi7797Ай бұрын

    Thank you so much Harry Sir , because of you I am able to learn Python, and this course is amazing I am enjoying this course.

  • @deepakkumarmahanta7818
    @deepakkumarmahanta7818 Жыл бұрын

    Thank you so much Harry Bhai for the amazing videos...

  • @AMAN-7883
    @AMAN-7883 Жыл бұрын

    Harry bhai koi full stack web ka project le ao.

  • @Entertainment.Tube0

    @Entertainment.Tube0

    Жыл бұрын

    Using python with database

  • @sushantsalunkhe4482
    @sushantsalunkhe4482 Жыл бұрын

    Hello Harry Can you make same playlist for MySQL

  • @niketasengar9191
    @niketasengar9191 Жыл бұрын

    thanks for this wonderful course sir :)

  • @CyrusMathayus
    @CyrusMathayus4 ай бұрын

    It’s been 1 week since I started and trust me you nailed it .I aspire to be a programmer like you.Currently on #20 th video.

  • @amitranjeetjha1240
    @amitranjeetjha1240 Жыл бұрын

    This course is awesome 🔥🔥

  • @Emoteplayz
    @Emoteplayz5 ай бұрын

    Smaj Gya ❤

  • @krishnabohidar7226
    @krishnabohidar7226Ай бұрын

    I doubt if anyone is having doubt after watching your vids.. helping me alot with learning Python, Thank you so much sir

  • @sakshityagi5551
    @sakshityagi5551 Жыл бұрын

    Thankyou Harry sir for this amazing course

  • @kirtisingh9659
    @kirtisingh9659 Жыл бұрын

    After completing this python series Please start JavaScript 100day tutorial ❤️

  • @aslameditz3895

    @aslameditz3895

    Жыл бұрын

    Already it's there bro

  • @ahu22r

    @ahu22r

    Жыл бұрын

    Check playlist of this channel, you will get javascript playlist.

  • @shristisrivastava1324

    @shristisrivastava1324

    Жыл бұрын

    @@aslameditz3895 can you please share me link . I am not able to find that course.

  • @Faheem_M_2010

    @Faheem_M_2010

    Жыл бұрын

    @@shristisrivastava1324 kzread.info/head/PLu0W_9lII9ahR1blWXxgSlL4y9iQBnLpR

  • @shivang.73
    @shivang.73 Жыл бұрын

    1:30 "is concept ko samjha ke hi manunga" Is line se ek alag hi feeling ai❤❤ #PositiveVibesInPython

  • @shoryaverma721
    @shoryaverma721 Жыл бұрын

    Hey bro u r amazing i watched too many videos to understand function but bro u explained too easy and understandable thanku so much bro :-)

  • @prathamj218
    @prathamj218 Жыл бұрын

    harry bhaiya issme aache samjh aaya ek baar me good explanation with real life examples

  • @joymukherjee5871
    @joymukherjee5871 Жыл бұрын

    Ah please upload DSA with python also🙏🙏🏻

  • @bayerwps3305

    @bayerwps3305

    Жыл бұрын

    Yes bhai sir, i hope you've already planned ❤️

  • @fgsahil
    @fgsahil Жыл бұрын

    Kis kis ke pass pc/ laptop nhi hai fir bhi python sikh rhe hai !!

  • @akgaming3984

    @akgaming3984

    Жыл бұрын

    Mere pas

  • @Md__Ikbal_

    @Md__Ikbal_

    4 ай бұрын

    Mian

  • @Stdwidme

    @Stdwidme

    3 ай бұрын

    Phone me bhi hoti h bhai

  • @Md__Ikbal_

    @Md__Ikbal_

    3 ай бұрын

    @@Stdwidme konsa app bro

  • @Stdwidme

    @Stdwidme

    3 ай бұрын

    @@Md__Ikbal_ pydroid3

  • @aaronmanocha9158
    @aaronmanocha9158 Жыл бұрын

    Thank you sir for helping thousand of students...

  • @technikalproblem6780
    @technikalproblem6780 Жыл бұрын

    Thank you sir for creating this video!

  • @i.have.no.idea.6.9
    @i.have.no.idea.6.9 Жыл бұрын

    what i made as an example: a = 34 b = 21 def increment(a, b): c = a + b print(c) increment(a, b) if a>b: print("A's value is greater than B") else: print("B's value is greater than A")

  • @anantabp6467

    @anantabp6467

    3 ай бұрын

    So what?

  • @skeletonroastsx71

    @skeletonroastsx71

    28 күн бұрын

    ​@@anantabp6467 so moan 👄

  • @lakhyadeepsen
    @lakhyadeepsen Жыл бұрын

    Day 20 of 100 of python challenge completed. #100daysofcode #100dayspythonchallenge

  • @ramprasadyadav9303
    @ramprasadyadav9303 Жыл бұрын

    Harry BHAI You are Amazing !!

  • @shyammishra2814
    @shyammishra2814Ай бұрын

    bhai agye badhiya se thanks bro you are working hard for us

  • @jatinbhatt2222
    @jatinbhatt2222 Жыл бұрын

    Sir can you please tell the website from where we should start practicing questions or any other source. and also Present on Day-20 ✋

  • @bayerwps3305

    @bayerwps3305

    Жыл бұрын

    Leetcode

  • @bayerwps3305

    @bayerwps3305

    Жыл бұрын

    Geeks for geeks

  • @PsychologyPass28
    @PsychologyPass285 ай бұрын

    00:01 Functions help to separate and reuse code logic. 01:31 Using functions in Python to avoid repetitive code 03:54 Implementing the geometric mean as a one-line function. 06:50 Writing a function to compare two numbers and find the minimum value 08:40 Functions help in creating code that can be reused and called with a single word or line. 10:27 Using 'pass' in a function in Python allows to write the function body later 12:21 Creating user-defined functions in Python 14:27 Naming conventions and function indentation in Python Crafted by Merlin AI.

  • @mgndiesel8756
    @mgndiesel8756 Жыл бұрын

    samajh aagaya code with harry thank you so much for making this video

  • @be_a_gamer
    @be_a_gamer9 ай бұрын

    Just simply well teaching ...thanks alot

  • @tajinder715
    @tajinder715 Жыл бұрын

    kis kis ko ye concept 99% samjh a gya hai??????✌✌✌✌✌

  • @ATTIQ_OFFICIAL

    @ATTIQ_OFFICIAL

    Жыл бұрын

    100%

  • @shubhamsaini4871

    @shubhamsaini4871

    Жыл бұрын

    Tujhe hi 99% aaya hai... Sabko to 100% aaya hai 😅

  • @koushik1947

    @koushik1947

    Жыл бұрын

    mujhe 99% samajh aya tha fir "binod" ke example ke baad 110% samajh aa gya XD

  • @ATTIQ_OFFICIAL

    @ATTIQ_OFFICIAL

    Жыл бұрын

    @@koushik1947 ok binod

  • @ajeetverma3936

    @ajeetverma3936

    Жыл бұрын

    100% bro😅😂🤣

  • @KnownAsUdit
    @KnownAsUdit Жыл бұрын

    This may become the re rise of the BINOD meme among coders 😂

  • @smartstudywithaj6259
    @smartstudywithaj6259 Жыл бұрын

    sir sab concepts crystal clear hai. Learning python for my class 8th computer exams........... but thoda advanced concepts bhi samajh raha hoon. mujhe HTML bhi aata hai.... aapke videos kaafi interesting hote hai aur kaafi maja aata hai, Thnx sir for your efforts ------------- your beloved student and future Programmer

  • @aryyann05

    @aryyann05

    Жыл бұрын

    very good brother, keep it up

  • @atharvaandhale2465

    @atharvaandhale2465

    Жыл бұрын

    bhai computer exams 8th mein kab se aa gaya re??

  • @aryyann05

    @aryyann05

    Жыл бұрын

    @@atharvaandhale2465 haa bhai aa gae ab humari baari mein hee nhi they ab aa gae

  • @abnarwal
    @abnarwal Жыл бұрын

    This course is great!!!

  • @__ayu
    @__ayu Жыл бұрын

    #DAY20 COMPLETED THANK YOU #CodeWithHarry

  • @jantibhaibabubhainariya3900
    @jantibhaibabubhainariya3900 Жыл бұрын

    मैंने आपकी Python सीरीज shikhna sharu किया .. आपका shikhane ka style बहुत बढ़िया है

  • @Promight_gaming
    @Promight_gaming Жыл бұрын

    Thank you so much 🙏🏻 Harry sir 💝🤩

  • @shoaibmaqsood6605
    @shoaibmaqsood6605 Жыл бұрын

    harry bhai sb khuch samj aa raha hy. thanksssssssss for your efforts.

  • @GamerMemerXD
    @GamerMemerXDАй бұрын

    harry bhai! I love the way you teach. I am a 13 yr old and i am learning python bcz i found ur playlist

  • @gamingadda5381
    @gamingadda5381 Жыл бұрын

    Guruji thankyou for this series .🙏🙏

  • @famousfiltermachineries
    @famousfiltermachineries2 ай бұрын

    thank you for explaining so clearly

  • @shashankbhardwaj7037
    @shashankbhardwaj7037 Жыл бұрын

    lots of thanks for you and this video I need this function video

  • @hindivines462
    @hindivines462 Жыл бұрын

    #20 Thank you sir for this course 🙏

  • @VishalKumar-ne6qm
    @VishalKumar-ne6qm Жыл бұрын

    smajh aa gya 😊 thanks for Harry ❤

  • @sirahmad
    @sirahmad Жыл бұрын

    inshallah aik din harry bhai kay 10 million subcriber ho gay buhat hi acha parhtay ho you are such a bless for humanity :)

  • @harshiddhipathak3949
    @harshiddhipathak394921 күн бұрын

    First time I understand function 😁😁thank you.👍👍all cleared

  • @codewithguillaume
    @codewithguillaume Жыл бұрын

    Great content my friend ❤

  • @ujwal1632
    @ujwal1632 Жыл бұрын

    Aapaki wajahase muze python samaj aarahi he thanks 🙏

  • @DD_Bhagyesh
    @DD_Bhagyesh Жыл бұрын

    Amazing Harry Bhai ❤️, wo line mast thi ki - "are bhai ye kya krke chhod diya" 😂

  • @talhasultan.2796
    @talhasultan.2796 Жыл бұрын

    this first video from up to date tutorial i had understood.😎

  • @DineVlogs
    @DineVlogs Жыл бұрын

    Present Harry bhaiya 🙂 90% Samajh me agya baaki dobara video dekh kar samajh jaunga

  • @rushikeshjadhav4103
    @rushikeshjadhav4103 Жыл бұрын

    samajh mei aya....mza aya ....Thankyou harry bro !!!

  • @gagangouda4728
    @gagangouda4728 Жыл бұрын

    Harry bhai you are genius. Love you so much......

  • @royfamily9273
    @royfamily9273 Жыл бұрын

    Bohot maja aaya Harry Bhaiya and samajh v aa gaya.

  • @Anonymous-12398
    @Anonymous-12398Ай бұрын

    love you harry bhai thanks for your efforts nice understanding

  • @sahilnoormohd
    @sahilnoormohd6 ай бұрын

    This video is insane for functions basic

  • @sushil.golaji
    @sushil.golaji6 ай бұрын

    Such bhai you are the best teacher in youtube ❣️ really Op bhai🎉

  • @khushisoni21
    @khushisoni219 ай бұрын

    finally aaj jake smjh aya harry bhhiya !!!

  • @susanjames325
    @susanjames32511 ай бұрын

    Sumjh a gya herry bhai. Bhagwan humesha apko khush rkhe❤

  • @rxdermatoway
    @rxdermatoway Жыл бұрын

    complet day #20 , thankyou@ harry bhai

  • @charcheetdh
    @charcheetdh Жыл бұрын

    Love From Nepal Harry Bhai❤️God Of coding @Harry Bhai

  • @knowhere28
    @knowhere28 Жыл бұрын

    All clear.. Thank you ❤

  • @topgunpilot2547
    @topgunpilot2547 Жыл бұрын

    Harry bhai, majaa aa gaya! Thank you!

  • @mandodarimodi7555
    @mandodarimodi75554 ай бұрын

    maza aagaya, samaj aagaya. thank you.

  • @rupanshu8761
    @rupanshu8761 Жыл бұрын

    def cube(a): print(f"the cube of the number str{a}",a**3) a=int(input("Enter the value: ")) cube(a)

  • @syedfarhannaqvi3070
    @syedfarhannaqvi30703 ай бұрын

    yes sir samjh agayi . you are an excellent teacher may God Allah bless you

  • @inovationgaming2075
    @inovationgaming20757 ай бұрын

    harry bhayia ap ne to bhot ache se samgha diya

  • @zuberkhan3050
    @zuberkhan3050 Жыл бұрын

    Samaj agaya harry bhai, or maza araha h python sikhny m

  • @biswajeet9826
    @biswajeet982616 күн бұрын

    Bade Bhai bahut sahi tha video Its so hard to believe this is for Free!!😁❤

  • @pulkitpareek
    @pulkitpareek Жыл бұрын

    Recived the same hoodie as your's today. It's Nice.

  • @santoshkumargupta6339
    @santoshkumargupta63394 ай бұрын

    Sir aa gaya samajh me function() , Thanks , God bless you 😍😍

  • @gangadharkulkarni2025
    @gangadharkulkarni20254 ай бұрын

    Bhai aapke wajah se mera python ke saare doubts clear hogye

  • @Trickyonline-tp9oe
    @Trickyonline-tp9oe Жыл бұрын

    HARRY BHAI MAZA A GAYA AJ TU KAMAL THANK YOU SO MUCH BOHAT MAZA ARA 100 DAYS OF CODE MA

  • @marvelstudios9780
    @marvelstudios97805 ай бұрын

    it was a little difficult but after some practice now i can easily understand it thank you harry

  • @user-lf8qn4yq8n
    @user-lf8qn4yq8n5 ай бұрын

    It's been the 20th day of coding, and I love it.

  • @piyushsaini1087
    @piyushsaini1087 Жыл бұрын

    Sir bahut muskil ho rha h mai class 10th mai hun orr humare pre-boards chl rhe h parr phirr bhe time bcha kar harr rozz apka course dekhta hun 🤗🤗🤗💕💕💕👍😘😘

  • @sameerkhan-k9m
    @sameerkhan-k9m14 күн бұрын

    harry , your course is very easy

  • @achintyaroy1084
    @achintyaroy1084 Жыл бұрын

    understood....thank u very much