What is the simple basic explanation of what the return statement is, how to use it in Python?
And what is the difference between it and the print state
print
I think the dictionary is your best reference here
Return and Print
In short:
return gives something back or replies to the caller of the function while print produces text