2 Answers
+ 9
Using return you can store the value from function in a variable and use it somewhere else in the code
If you use print you can't store the functions result in a variable and you have to call the function everytime
+ 3
You should also use the search bar in sololearn app, as this question was asked frequently in the past. Thanks!