+25 XP
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