Return Statement | Python | Tutorial 15

preview_player
Показать описание

Throughout the course we'll be looking at various topics including variables, lists, tuples, loops, conditionals, object orientation, and much more.
Рекомендации по теме
Комментарии
Автор

HOLY S, man - finally: the difference between 'print' and 'return' explained in plain English. Thanks so much, Mike!

nickjoseph
Автор

the golden sentence "its going to rerun something to what ever called it" made me understand! liked & subscribed!!!

aricwilliamsdeveloper
Автор

Hey!
This really helped me understand the way return statment works!
Thanks

saxelbergman
Автор

too finally understand the difference between 'print' and 'return'. I watch 15 videos on this topic and none of them clearly explained the difference. NOW I get it. Thank you so much.
From now on - I'm STARTING with your videos.

kristencordes
Автор

It’s honestly insane just how much I’ve learned from your videos. In the past 3 days alone, I know more about Python than I ever have, and I’ve barely even scratched the surface. I’m excited to learn more and thank you for teaching me so far

Alia-fnhi
Автор

I was about to give up on return function before this video, you are a real life saver thanks!

stavro
Автор

Thank you for the tip about the only one line after the return statement (5:00) as every other video omitted this and I kept trying to add more lines. THANK YOU!!!

Native_love
Автор

Thank you so much!! I was soo stuck on return statements for my college python class and you helped me understand it so much more clearly in actual English! I liked and subscribed!!

jordanpeterson
Автор

Thank you SO much! I was so confused on all the guides, and something with foo and bar or some shit like that, now I understand how this works!

shutupnerd
Автор

now I get how this works!

so the return function immediately gets the value back from the function and then you can easily print it.

masteraj
Автор

You know a person is a good teacher if they anticipate what you're thinking and preempt it with guidance on why that doesn't work. I was thinking, "well, I could just print that" and he showed why print doesn't work in this case. And, in 6 min, he got his point across vs. "go to" websites that teach Python where you have to scroll and scroll through their lesson. Ain't got the time for all that.

l.p.
Автор

omg I was trying to understand the return function for such a long time and by many different ways, but your vídeo was the only way I could really understand what it is and how it works. Thank you so much!!

gabigabigabi
Автор

That was really helpful. A lot of programming videos I have been finding they explain everything like a math teacher. This explanation was a lot clearer.

mhar
Автор

Awesome explanation on return function! Fully understand what the return keyword for.

ckyeck
Автор

I couldnt wrap my head around why return is important. This is the only video that explains why

jufjafjaf
Автор

Bro, thanks to you i can FINALLY understand what this is about.

luismillones
Автор

I really was having a confusion about return statement, but this video explained it better and now I can happily use return statement

olivia
Автор

Took me forever to figure it out until I watched this video. Thank you!!

trannguyen
Автор

first this guy is teaching me html and now im learning python

drinkingcat
Автор

Thanks man. I was watching a tutorial and it really tripped me up but now I understand 100%.

JB-gvpt