You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this 27 will be divided by 2 and then we'll add 7, the formula will be like this: (27/2) + 7 = 20,5. The result of the formula will be stored on girls_age variable so the return girls_age will give to buckys_limit variable that value (20,5).
If you want another example would be:
def sum(a,b):
c = a + b
return c
Here you are just doing a sum of two variable and return the value of that operation.
hi bucky,
I did not understood the topic return values. could you please help me to explain with another example.
Reply soon
The text was updated successfully, but these errors were encountered: