Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
couldn't thank you enough how much this clears my doubt!
The nth_power was an excellent example
Thanks for Video
THANK YOU VERY MUCHHHHHHHHH
good explanation
Can u provide playlist of your video's. ?
ua-cam.com/play/PLS1QulWo1RIaT4b78LVVUPkRzVa8OdODG.html
@@Rohitsingh2410 😉
Clear explanation. Thank you
Very super explanation
Caution, simple stack example fails for lists that contain duplicate items.
Can innerfunc and outterfunc vary in number of arguments
You are explaining the closure function in python. But in the whole video, you never sound the "function as object". That's🥲 strange.
nice
@ 10.34 where is the base value derived from
This doesn't explain enough. Because you can do the same pop function like this, without an inner function, most of these videos don't explain WHY we need closures:def pop(mlist): mlist.remove(len(mlist)) return mlistmlist = [1, 2, 3, 4, 5]print(pop(mlist))print(pop(mlist))print(pop(mlist))
Thank you so much for this wonderful explaination.
couldn't thank you enough how much this clears my doubt!
The nth_power was an excellent example
Thanks for Video
THANK YOU VERY MUCHHHHHHHHH
good explanation
Can u provide playlist of your video's. ?
ua-cam.com/play/PLS1QulWo1RIaT4b78LVVUPkRzVa8OdODG.html
@@Rohitsingh2410 😉
Clear explanation. Thank you
Very super explanation
Caution, simple stack example fails for lists that contain duplicate items.
Can innerfunc and outterfunc vary in number of arguments
You are explaining the closure function in python. But in the whole video, you never sound the "function as object". That's🥲 strange.
nice
@ 10.34 where is the base value derived from
This doesn't explain enough. Because you can do the same pop function like this, without an inner function, most of these videos don't explain WHY we need closures:
def pop(mlist):
mlist.remove(len(mlist))
return mlist
mlist = [1, 2, 3, 4, 5]
print(pop(mlist))
print(pop(mlist))
print(pop(mlist))
Thank you so much for this wonderful explaination.