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

preview_player
Показать описание
In this lecture we have discussed:
- How to define Functions with Arguments in Python
- Calling of Functions with arguments
- Parameters vs Arguments

*********************************************

Connect & Contact Me:

*******************************************

More Playlists:

#python #pythonforbeginners #functions #jennyslectures
Рекомендации по теме
Комментарии
Автор

hi jenny, u r rellay superb in teaching to make understand the concepts. continue with teaching and upload more coaches. dont stop. All the best. and Thank you very much

anusvara
Автор

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))

deekshithaparasu
Автор

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


add(5, 2)

devSackey
Автор

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 ❤

vishal
Автор

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

divyabhalani
Автор

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

arpitoon_
Автор

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

isha-rpjt
Автор

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.

kdpr
Автор

Good evening mam, please upload classes about OOPS concept

varunkumargakkula
Автор

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

ayushrathi
Автор

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

M_Hafeez_studyspace_th
Автор

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

punithkumarh.spunithkumarh
Автор

can u pls teach about html, css, JavaScript vedios

srirams
Автор

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

greet()
greet()

TriveniTriveniGadela-ovfr
Автор

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

internetwithsahir
Автор

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

fitoremorina
Автор

*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]

"""

"""
a=input("enter the valve:")
b=input("enter the valve":)
print(int(a)+int(b))1+9=10


thank_you!!!!

karthik
Автор

Brilliant ma'am are you providing offline classes

shivamsonkar
Автор

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

ChaitaliDutta-ul
Автор

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

punithkumarh.spunithkumarh