How To Use Functions In Python - In Hindi

Поделиться
HTML-код
  • Опубликовано: 21 дек 2024

Комментарии •

  • @RahulPatil-st6wu
    @RahulPatil-st6wu 3 года назад +7

    Excellent teaching. I recommend this channel for beginners.

    • @codeitup
      @codeitup  3 года назад

      Thanks Rahul😊

  • @AdityaThakur-cq1ov
    @AdityaThakur-cq1ov Год назад +3

    Sir ap owsm ho yr itna polite behaviour bhai ksm se yr no.1 teacher ho , love you man

  • @jayarana3095
    @jayarana3095 4 года назад +5

    Your videos are very clear.
    U teach well sir
    . Thnk u so much

    • @codeitup
      @codeitup  4 года назад

      Thanks and welcome🙂

  • @MR_ANDY24
    @MR_ANDY24 3 месяца назад

    sir aap bahut acha sikhate apka explain karneka tarikha bahut hi badhiya he 😍🥰

  • @tanishkalittlekid
    @tanishkalittlekid Год назад

    Great sir.. extreme level of teaching .. understand very well with u sir

  • @akashtawar5705
    @akashtawar5705 Год назад

    I am very confused but after watching I cleared my doubt 🙏

  • @AmitKumar-gi4fo
    @AmitKumar-gi4fo Месяц назад

    nice sir i understood.

  • @abhay_pandey0165
    @abhay_pandey0165 2 года назад

    App itne smart LG rhe h python ke series Mai Ki jyda Nazar appe ja rha Hai code Ji jgh

  • @itzpkg
    @itzpkg 5 лет назад +3

    Thanks a lot

  • @rajuirfan1581
    @rajuirfan1581 3 года назад

    Tomorrow my I.P exam my doubts are clear thank you so much sir

    • @codeitup
      @codeitup  3 года назад

      Good, how was your exam?

  • @suyogbhere328
    @suyogbhere328 4 года назад +1

    Ek number sir

    • @codeitup
      @codeitup  4 года назад

      Thanks suyog.. Please share this with your friends... :)

  • @BadalKumar-tu2wg
    @BadalKumar-tu2wg 3 года назад

    Very great video Thanks

    • @codeitup
      @codeitup  3 года назад

      Always welcome Badal!

  • @digitaladi_2007
    @digitaladi_2007 8 месяцев назад

    thank you sir

  • @akashtawar5705
    @akashtawar5705 Год назад

    Excellent sir 🙏

  • @tanveerbibi6474
    @tanveerbibi6474 Год назад

    Nice video hai sir ❤❤

  • @thenameissheikh
    @thenameissheikh 2 года назад

    Thank you so much sir . i watched 20 to 30 videos but am not able to understand, but when i started watching your video my basic python is completed and all my doubt are cleared, feeling happy to understand...once again thanks a lot sir... if you are teaching programming language I want to take admission please response sir how can I take admission??????

  • @Pritu_009
    @Pritu_009 Год назад

    This vedio is helpfull

  • @ssofficial2496
    @ssofficial2496 3 года назад

    Thank u your lectures are crystal clear......

    • @codeitup
      @codeitup  3 года назад

      Most welcome😊

  • @DigitalGyanHindiMe
    @DigitalGyanHindiMe 3 года назад

    Thanks sir your video is very knowledgeable

    • @codeitup
      @codeitup  3 года назад +1

      Most welcome shiva, keep learning!

  • @sak8150
    @sak8150 2 года назад

    Grt explanation..

  • @manyaarora3190
    @manyaarora3190 3 года назад +1

    #no arguement no return
    def add():
    a=int(input("enter 1st number"))
    b=int(input("enter second number"))
    c=a+b
    print("sum=", c)
    add()
    #with arguement no return
    def addi(a,b):
    c=a+b
    print("sum=", c)
    #x=int(input("enter 1no")) 2 ways to write
    #y=int(input("enter 2no"))
    addi(9,1)
    #no argument with return
    def add():
    a=int(input("enter 1no"))
    b=int(input("enter 2no"))
    c=a+b
    return c
    z=add()
    print("summ=", z)
    #with argument with return
    def add(a,b):
    c=a+b
    return c
    x=int(input("enter 1 no"))
    y=int(input("enter 2 no"))
    z=add(x,y)
    print("sum=", z)

  • @AnuragMishra-ob1er
    @AnuragMishra-ob1er Год назад

    thanks sir😀

  • @prafulyadav9403
    @prafulyadav9403 3 года назад +1

    Thanks 🙏 for making this video because I was going to ask u this only .. that what's the difference between all 4 of them 😅😅

    • @codeitup
      @codeitup  3 года назад +1

      Most welcome Praful, keep learning😊

  • @arghamaity7614
    @arghamaity7614 3 года назад

    best explanation. thank you sir

    • @codeitup
      @codeitup  3 года назад

      Thanks & most welcome Argha!

  • @dakshtyagi2539
    @dakshtyagi2539 Год назад

    Sir please explain concept of oops in python

  • @amitabhabhunia3379
    @amitabhabhunia3379 3 года назад

    Sir table printout kaise kare considering NAWR and WAWR. Please share

  • @ciscobulls
    @ciscobulls 4 года назад

    Well explained by you till now on the RUclips platform. Keep it up

    • @codeitup
      @codeitup  4 года назад

      Thanks dear.. keep learning keep supporting!!!

  • @tasneemgavandi2844
    @tasneemgavandi2844 Год назад

    Practical karke dikha dete to zada acche se samjh aata sir

  • @amitabhabhunia3379
    @amitabhabhunia3379 3 года назад

    Sir please make a video using loop along with NAWR and WAWR.. I am unable to solve

  • @immutable4332
    @immutable4332 4 года назад +1

    sir i want to see two more program about fuction and sir plz add it to this playlist only

    • @codeitup
      @codeitup  4 года назад

      I think there are many programs in the playlist already related to functions Rishabh.

  • @rohitraghwa170
    @rohitraghwa170 Год назад

    Sir please teach one more time.

  • @adnanchaudhary7276
    @adnanchaudhary7276 3 года назад

    Nice

  • @rabirajpradhan1619
    @rabirajpradhan1619 4 года назад

    One doubt--- functiin ke andar jo variable lete hain..example-a and b.
    To hame wahi variable lena chahiye jab ham user se input lena chahunga tab. ya.. Alag koyi variable le sakte hain

    • @codeitup
      @codeitup  4 года назад

      Nahi aisa koi jaruri nahi hota hai !

  • @anilbarad1856
    @anilbarad1856 3 года назад

    Sir ek help chahiye ,
    Mere pass ek list he [15,65,46,84,52,78,98,32,85,22,75,68]
    Usme 2 players he jese he user number dalege players 1 me or vo number list me se kisi bhi number se match huva to vo player's 1 ki list me print hona chahiye
    Or match nahi hita he to players 2 ki bari uska bhi same process , ese kar k dono players mese jiske 6 input list k number se sabse pehle match huve vo jitega , ye program kese karenge ? Random module ka use he isme.

  • @anandpatel6157
    @anandpatel6157 2 года назад

    Why are you not put () after def add

  • @geetapatil8719
    @geetapatil8719 4 года назад

    Just make some lively program and call the argument so that we get a better idea,..

  • @aadarshshakya9641
    @aadarshshakya9641 4 года назад +1

    With practical samghaye sir

    • @codeitup
      @codeitup  4 года назад

      Just watch the next video, you will find with practical example.

  • @xeroday342
    @xeroday342 3 года назад

    Speed bhi change nahi kar sakte hai

  • @sheikhmuktadir260
    @sheikhmuktadir260 4 года назад +1

    Make videos in python oops concept please sir .... I have lots of doubt in oops... Actually i don't know oops... Please sir help me

    • @codeitup
      @codeitup  4 года назад

      Gradually I will complete every topic. Don't worry.🙂

  • @Mr-kx8xp
    @Mr-kx8xp Год назад +1

    ❤️

  • @swarnikarout3824
    @swarnikarout3824 4 года назад

    Sir... return wala vdo kahan pe hai??....part 43 missing

    • @codeitup
      @codeitup  4 года назад

      ruclips.net/video/c90N3d9mTwQ/видео.html

    • @swarnikarout3824
      @swarnikarout3824 4 года назад

      @@codeitup this vdo has been deleted in the full python course.....

    • @swarnikarout3824
      @swarnikarout3824 4 года назад

      @@codeitup 😕😕

  • @ashoknandurka7204
    @ashoknandurka7204 3 года назад

    Bro what " return " do there?

  • @xeroday342
    @xeroday342 3 года назад

    Practice karwa do sir function p

    • @xeroday342
      @xeroday342 3 года назад

      Sir return kya hota hai

  • @shivanshsingh5555
    @shivanshsingh5555 4 года назад +1

    hello sir hope u r fine. Sir im not able to understand following outputs. Plz have a look:
    def list1(a):
    for i in a:
    return i
    print(list1([1,2,3,4])) output- 1
    def list1(a):
    for i in a:
    print(i)
    list1([1,2,3,4])
    output:
    1
    2
    3
    4
    i have understood that after return command it will go in list([1,2,3,4]) then it will print and then der is no code written so it stop. But what about for loop, if the is having for loop then it should proceed further na?

    • @codeitup
      @codeitup  4 года назад +1

      When a return statement is encountered, the function execution is terminated and the value is returned to its calling place. So nothing will be executed after return statement is encountered in a function.

    • @shivanshsingh5555
      @shivanshsingh5555 4 года назад +1

      @@codeitup now got it...thanks for ur help

    • @codeitup
      @codeitup  4 года назад +2

      @@shivanshsingh5555 Keep Learning..

  • @MukeshKumar-sw5zm
    @MukeshKumar-sw5zm 3 года назад

    def add :
    a=int(input("enter 1st number"))
    b=int(input("enter 2nd number"))
    c=a+b
    print("addition=",c)
    add( )
    with method syntax error de rha hai sir

    • @codeitup
      @codeitup  3 года назад

      After add put ()
      def add():

  • @ahadees_sunnah
    @ahadees_sunnah 4 года назад

    Sir your without argument function Syntex is wrong in the first line

    • @codeitup
      @codeitup  4 года назад +1

      Yes apologize for the same. I forgot to put there ( ).

    • @ahadees_sunnah
      @ahadees_sunnah 4 года назад

      @@codeitup thanks to reply me sir

  • @mayamishra9863
    @mayamishra9863 4 года назад

    I am trying to learn function but I don't know why I can learn it completly

  • @shashikantpaswan876
    @shashikantpaswan876 2 года назад

    def add: (ye wala wrong bata raha hai without argument me)
    def add(): (lekin ye wala sahi ho raha hai aisha ku without argument me hi explian kijiyega replay me)

  • @srijangupta3234
    @srijangupta3234 4 года назад

    Sir mujhe samjh nahi aaya ki return ka actual use kya hai.....jab uske bina kam ban rha hai.

    • @codeitup
      @codeitup  4 года назад +1

      Srijan, there are many ways to solve one question. Return karna ya na karna completely aapki marji hoti hai.

  • @xeroday342
    @xeroday342 3 года назад

    Sir jyadA samajh nahi aaya

  • @MukeshKumar-sw5zm
    @MukeshKumar-sw5zm 3 года назад

    please sir check my coments