Python return statement 🔙

preview_player
Показать описание
Python return statement tutorial explained

#python #return #statement

#return statement = Functions send Python values/objects back to the caller.
# These values/objects are known as the function’s return value

def multiply(number1,number2):
return number1 * number2

x = multiply(6,8)

print(x)

––––––––––––––––––––––––––––––
Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0
––––––––––––––––––––––––––––––
Рекомендации по теме
Комментарии
Автор

# return statement = Functions send Python values/objects back to the caller.
# These values/objects are known as the function’s return value

def multiply(number1, number2):
return number1 * number2

x = multiply(6, 8)

print(x)

BroCodez
Автор

1:48
"6 times 8 is really great, 6 times 8 is 48"

BARS

woah
Автор

Thanks man, I appreciate how short and to the point your tutorials are

guitarguy
Автор

Thank you. The return statement was my nemesis for a very long time.

lw
Автор

I finally understand return !
I struggled so much (I even get decouraged and made a long pause from learning python) !
Thank you so much !!!

falopr
Автор

I've been struggling to fully understand return statements. I get their main purpose is to return a value, but I didn't understand how to use it fully. This has helped.

beng
Автор

I understood from you in 3 minutes what I couldn't understand even after spending 30 minutes with others

vwpgwsp
Автор

Bro, your tutorials have been super helpful to me
Keep up the good work

shamaeelahmed
Автор

You made learning the return statement very easy to understand.
Thanks. 💯

SatoshiShadowstrike
Автор

Thanks bro, I finally got to understand the return statement! Keep up the good work!

Question: What font and theme are you using?

fabian
Автор

I just dont understand what is return statement used for.

paisz
Автор

Thanks for being straightforward . I was able to catch fast

Sciland
Автор

thanks mate. was struggling a lot with return statement.

fahimahmed
Автор

Thank you, it's starting to make sense

mathewmcfool
Автор

I finally understand return statements after watching multiple videos. Glad I came across this one thank you thank you thank you

gaminggoddessaria
Автор

your videos are the best Bro, much appreciated
Thank you

Artyon
Автор

thanks bro for clear understanding of any concept...

hunt..
Автор

oh my gosh, I understood this way better than frickin german tutorials xD, thank you so much <3

kaedeharakazuha
Автор

commenting to support this channel !!!

nedalalaoui
visit shbcf.ru