Function returning function : Python tutorial 167

preview_player
Показать описание
Guys please help this channel to reach 20,000 subscribers. I'll keep uploading quality content for you.

Python is easy programming language to learn and anyone can learn it, and these tutorials are 100% free in hindi.

You can share this playlist with your brother, sisters and friends. This will surely add some values to their life.

If you follow this complete playlist of python tutorial surely you will learn everything about python programming language.

This video is all about "function returning function".

Рекомендации по теме
Комментарии
Автор

before watching this video i had tried reading on other websites but had not undestood.. now its all so clear. thanks. really helpful

karthikbasavarajappa
Автор

Can you provide us the some problems for solving for beginners intermediate and advanced level

rachitmittal
Автор

we can try this way as whel


def outer_f2(msg):
def inner_f2():
print(f"I am inner functiion dude! {msg} ")
return inner_f2

outer_f2('hi hello')()

rajeshkarel
Автор

We can do that by a single function, Son why we have to use a complx one?

def func(msg):
print (f"{msg} how are you")


a = func("Hello")
print(a)

Abedin.shohagh
Автор

def disp():
def show():
print("Hiiii")
print("Disp Function")
a=disp()
print(a)
show()
Sir, plz make me understand this function

priyankacharaya
Автор

Sir I have a doubt, When I was storing outer function into a variable it prints the message which is inside a inner function without calling that variable? Why is this happening!!

treacs_
Автор

when we call outer_func2 we pass a message it returns only inner_func then where message which we had passed in outer_func2 will be save

ashishpatel-ejzh
Автор

Ye bina print limhe hi kese output de deta he

devbhoomidrshan
Автор

Bhai video's kab tak uploading hoge

ShivamMBBS
Автор

reply me pls pls
pls its a urgent question
aap python socket programming sikhaogi ka
iss playlist pe ap socket sikhaoge to mai apki playlist watch karong*
apki email address pls
thank u bro ur job is honest and greater thn others keep it up

cyknowledge
Автор

Sir why you are not replying my message on email

ittechsolution