Lesson 43
Return Values
Get data back from functions!
output
Return Values!
Functions can give back results!
Without return:
print() inside
With return:
Send value back
Get data back from functions!
Functions can give back results!
Without return:
print() inside
With return:
Send value back