Functions with Arguments in Python | Parameters vs Arguments | Python Tutorials for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.พ. 2025
  • In this lecture we have discussed:
    How to define Functions with Arguments in Python
    Calling of Functions with arguments
    Parameters vs Arguments
    Best Python Tutorials for Beginners: • Python - Basic to Advance
    *********************************************
    Connect & Contact Me:
    Jenny's Lectures HINDI: / @jennyslectureshindi
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/...
    Instagram: / jayantikhatrilamba
    Twitter: / khatrijenny
    *******************************************
    More Playlists:
    Programming in C Tutorials: • Programming in C
    C++ Tutorials for beginners: • Lec 1: How to Install ...
    Placement Series: • Placements Series
    Data Structures and Algorithms: https: • Data Structures and Al...
    Design and Analysis of Algorithms(DAA): • Design and Analysis of...
    Dynamic Programming: • Dynamic Programming
    Operating Systems tutorials: // • Operating Systems
    DBMS Tutorials: • DBMS (Database Managem...
    #python #pythonforbeginners #functions #jennyslectures

ความคิดเห็น • 92

  • @rituraj8070
    @rituraj8070 ปีที่แล้ว +50

    Great video for neet aspirants ❤️

    • @oldisgold492
      @oldisgold492 ปีที่แล้ว +7

      For UPSC aspirants also 🙂

    • @HeySmoothy
      @HeySmoothy ปีที่แล้ว +5

      For senior developers also.

    • @pirate4997
      @pirate4997 ปีที่แล้ว +6

      And for board exams also 😁😊

    • @anadivaidya6106
      @anadivaidya6106 10 หลายเดือนก่อน +10

      For Kindergarten students also 😅

    • @jjjmemes420
      @jjjmemes420 8 หลายเดือนก่อน +6

      For animals also😊

  • @divyabhalani2212
    @divyabhalani2212 ปีที่แล้ว +4

    mam nicely explained about functions arguments and parameters. Thank you mam

  • @deekshithaparasu
    @deekshithaparasu ปีที่แล้ว +6

    def sum(a,b):
    c=int(a)+int(b)
    return c
    a,b=str(input("enter a and b values")).split(",")
    print("sum is ",sum(a,b))

  • @rishikesh8706
    @rishikesh8706 4 หลายเดือนก่อน +1

    Thank you... Very helpful for NEET

  • @shakeelfida
    @shakeelfida 3 หลายเดือนก่อน

    Thank you ma'am very helpful video..
    Keep it up

  • @intehaan
    @intehaan ปีที่แล้ว +4

    Nice work god gives you strength 🙏🙏

  • @arpitoon_
    @arpitoon_ ปีที่แล้ว +18

    I am agriculture student but i love to study comp.. ❤

    • @vinay_007_sn
      @vinay_007_sn ปีที่แล้ว +4

      Nhi nhi , tujhe computer nhi kuchh aur hi dekhna h

    • @Princeprajapati2.0
      @Princeprajapati2.0 3 หลายเดือนก่อน

      😂😂😂😂

  • @vishal7283
    @vishal7283 ปีที่แล้ว +5

    I have studied my class 12th maths from you maam nd your videos are really good helpful nd i got 93% all thnks to you maam ❤

  • @feradogchillouts6697
    @feradogchillouts6697 ปีที่แล้ว +25

    god she's beautiful!

  • @punithkumarh.spunithkumarh7755
    @punithkumarh.spunithkumarh7755 ปีที่แล้ว

    hi jenny mam ,the teaching is very good upload more vedios, do not stop the teaching

  • @ayushrathi4592
    @ayushrathi4592 8 หลายเดือนก่อน

    Hi Jenny, your way of teaching is really beautiful just like you ❤
    Thanks for all the efforts you made for this

    • @afterderua
      @afterderua 7 หลายเดือนก่อน

      yeah it's lovely, its like I'm about to get a marker thrown at my head at any given second

  • @nakimerarobinah1840
    @nakimerarobinah1840 7 หลายเดือนก่อน

    Great video Jenny

  • @TranquilSoulsMeditation3M
    @TranquilSoulsMeditation3M 3 หลายเดือนก่อน

    great

  • @Yourcodingfriendsaruk
    @Yourcodingfriendsaruk ปีที่แล้ว +1

    thank you mam for you lecture

    • @jjjmemes420
      @jjjmemes420 8 หลายเดือนก่อน +1

      Hi broooo

  • @wrapfreekzz
    @wrapfreekzz ปีที่แล้ว +1

    💕💕💕
    Waiting for next video

  • @pawan_vishwakarma_6252
    @pawan_vishwakarma_6252 2 หลายเดือนก่อน

    Watching peacefully with a smile on face 😊
    Don't know why 😅

  • @user_shivshakti_1111
    @user_shivshakti_1111 ปีที่แล้ว

    Thank you Mam

  • @isha-rp2jt
    @isha-rp2jt 5 หลายเดือนก่อน

    def sum(a,b):
    C=a+b
    Print ("the sum is",c)
    Sum(1,7)

  • @varunkumargakkula3958
    @varunkumargakkula3958 ปีที่แล้ว +4

    Good evening mam, please upload classes about OOPS concept

  • @glps369
    @glps369 ปีที่แล้ว

    Thank You So Much

  • @salmansz71
    @salmansz71 ปีที่แล้ว

    Thank you mahm

  • @kdpr007
    @kdpr007 7 หลายเดือนก่อน

    Thank you for the good lecture.
    @10.56 min., you have defined add function and my question for this defined function why 'return' is not mentioned?
    Is it not mandatory that every function should have return it.
    In what situation we can avoid using return but the function still does the job it was intended for?
    Kindly guide me.

  • @TriveniTriveniGadela-ov9fr
    @TriveniTriveniGadela-ov9fr 5 หลายเดือนก่อน

    def greet():
    name=input("name")
    print(f"hii {name}")
    print("Are u from cs department ")
    greet()
    greet()

  • @GHANTA-o3b
    @GHANTA-o3b ปีที่แล้ว +1

    I like it ur read mam

  • @internetwithsahir
    @internetwithsahir ปีที่แล้ว

    Mam you are so cute 😘😘 My focus is actually out when you see the camra and smile 😊❤🤭😅 Love from Pakistan 🇵🇰🇵🇰

    • @Prem4370
      @Prem4370 ปีที่แล้ว

      Don't say love from Pakistan just say love from Terrorist's City💀

    • @aneeshdevraj9405
      @aneeshdevraj9405 หลายเดือนก่อน

      sharam karo, teacher ko esa bura nazar se dekhta hai. tum logo ka culture hi aisa hai kya kare 😡

  • @aswinaswin7660
    @aswinaswin7660 ปีที่แล้ว +1

    u are soo cutee...😂😍

  • @devSackey
    @devSackey ปีที่แล้ว +2

    def add(num1, num2):
    result = num1 + num2
    print(result)
    add(5,2)

  • @gateq1
    @gateq1 ปีที่แล้ว

    Useful

  • @srirams2339
    @srirams2339 ปีที่แล้ว +1

    can u pls teach about html,css,JavaScript vedios

  • @karthik3387
    @karthik3387 ปีที่แล้ว

    *types of adding numbers
    def add(a,b):
    c=a+b
    print(f"sum is {c}")
    add(1,9)=10
    """
    .........................................................
    """
    number=input("enter the three digit number")
    a=number[0]
    b=number[1]
    c=number[2]
    print(int(a)+int(b)+int(c))1+9+1=11
    """
    .......................................................
    """
    a=input("enter the valve:")
    b=input("enter the valve":)
    print(int(a)+int(b))1+9=10
    thank_you!!!!

  • @rohanar-qz6fn
    @rohanar-qz6fn 10 หลายเดือนก่อน

    Wow I'm the 1000th like

  • @shivamsonkar4782
    @shivamsonkar4782 ปีที่แล้ว

    Brilliant ma'am are you providing offline classes

    • @JennyslecturesCSIT
      @JennyslecturesCSIT  ปีที่แล้ว

      No

    • @shivamsonkar4782
      @shivamsonkar4782 ปีที่แล้ว

      @@JennyslecturesCSIT mam I am understanding the basics but some confusion is there that I am not understanding online so can u conduct a doubt session u can tell the place I try to plan visit

    • @JennyslecturesCSIT
      @JennyslecturesCSIT  ปีที่แล้ว

      Where do u live??

    • @shivamsonkar4782
      @shivamsonkar4782 ปีที่แล้ว

      @@JennyslecturesCSIT mam new delhi near hansraj college

    • @shivamsonkar4782
      @shivamsonkar4782 ปีที่แล้ว

      @@JennyslecturesCSIT did you belong to Delhi?

  • @M_Hafeez_studyspace_9th
    @M_Hafeez_studyspace_9th ปีที่แล้ว

    Mam tell me how to install and configure libraries in pycharm I have issue in importing libraries

  • @ChaitaliDutta-u4l
    @ChaitaliDutta-u4l ปีที่แล้ว

    Hi Jenny ma'am, please teach java...❤

  • @ajmalmashood5683
    @ajmalmashood5683 ปีที่แล้ว +2

    Can you have Html class

  • @sachinvinchurkar8325
    @sachinvinchurkar8325 ปีที่แล้ว +2

    Mam khule baalo me sikhaya Karo Sikhne me madat hoti he😁....... A pharmacy student 😊

  • @fitoremorina2894
    @fitoremorina2894 ปีที่แล้ว

    Hi, can you please do a course with robot framework?

  • @ramabhai
    @ramabhai ปีที่แล้ว

    👍

  • @MirzaShazib
    @MirzaShazib 3 หลายเดือนก่อน

    Ya jo app write Kar rahe ha wo kis language ma haa his kia sai samaj ni ate mam

  • @Gauravkoshyari2911
    @Gauravkoshyari2911 8 หลายเดือนก่อน

    2nd sem se 4th sem m mulaqaut hori aaj mam se

  • @toxin9660
    @toxin9660 ปีที่แล้ว +1

    Mam class 12 ka padhaiye plz cbse

  • @sasankcurious2.0
    @sasankcurious2.0 ปีที่แล้ว +5

    We need javascript

  • @krishgamingyt2396
    @krishgamingyt2396 ปีที่แล้ว +2

    Mam kash aap hindi m padate to jinhe meri tarah English ache se nhi aati unka bhi bhala ho jata...😢😢

  • @GaganD-h2s
    @GaganD-h2s ปีที่แล้ว

    I have seen your tutorial only to see you

  • @sukundrakambhampati4774
    @sukundrakambhampati4774 ปีที่แล้ว

    You accept

  • @syedzainulabideenbukhari2279
    @syedzainulabideenbukhari2279 ปีที่แล้ว +2

    she is really beautiful ❤

  • @punithkumarh.spunithkumarh7755
    @punithkumarh.spunithkumarh7755 ปีที่แล้ว

    mam if you known any python group .like daily updating the problem to solve, if you known please share with me mam

  • @GauravMT865
    @GauravMT865 ปีที่แล้ว +3

    Agar aap Hindi main padhti to aaj apke 5 million se jyada subscribers hote 🙂

  • @prassyam
    @prassyam ปีที่แล้ว

    Kya aap Hindi may python language ko sikha sakte hai....🙏...

  • @ramanjain7284
    @ramanjain7284 ปีที่แล้ว

    Maam jee ka bhi syllabus padhao

  • @nikhilchenna6163
    @nikhilchenna6163 ปีที่แล้ว

    I love ma

  • @viewvignesh3260
    @viewvignesh3260 ปีที่แล้ว +1

    Love you mam❤

  • @GalmeSport
    @GalmeSport ปีที่แล้ว

    Please mam c++ complete f

  • @ABDULLAH-by3tr
    @ABDULLAH-by3tr 9 หลายเดือนก่อน

    Teach java mam

  • @wownoob-hp9pp
    @wownoob-hp9pp ปีที่แล้ว

    come to pakistan kpk

  • @maurya.pcvishal
    @maurya.pcvishal ปีที่แล้ว

    Print nahi kar raha hia

  • @arshmaanali714
    @arshmaanali714 ปีที่แล้ว +1

    Mam C++ k bi lectures uploade kry

  • @gaintechh304
    @gaintechh304 ปีที่แล้ว

    BB

  • @sreerahul6663
    @sreerahul6663 ปีที่แล้ว

    Madm you are looking so George os

  • @sukundrakambhampati4774
    @sukundrakambhampati4774 ปีที่แล้ว

    I love you

  • @Gauravkoshyari2911
    @Gauravkoshyari2911 8 หลายเดือนก่อน

    m jo c c++ java se yaha pe aaya toh muje sbb halwa lgaa ye sbb

  • @Visible-18
    @Visible-18 ปีที่แล้ว

    You should upgrade your microphone

  • @maurya.pcvishal
    @maurya.pcvishal ปีที่แล้ว

    Good morning mam

  • @brutalgamerz5960
    @brutalgamerz5960 ปีที่แล้ว

    Hello mam I see your many videos you can translate a book only in simple language but you don't explain the topic in detai Or l in a good way

  • @kannada_status_1
    @kannada_status_1 หลายเดือนก่อน

    butler english

  • @tarakatam
    @tarakatam ปีที่แล้ว

    Do not see u r p

  • @SaiDathaDhanush
    @SaiDathaDhanush ปีที่แล้ว

    Thank you thank you so so sooooo muchhhh for helping me in my Sem exams💕🧑‍🦯

  • @maurya.pcvishal
    @maurya.pcvishal ปีที่แล้ว

    Hii