Implement a function get_sum(a, b) that will return the sum of two numbers.
Don't bother about input/output. You just have to implement the function which will return a value. Please, do not rename the function.
Implement a function get_sum(a, b) that will return the sum of two numbers.
Don't bother about input/output. You just have to implement the function which will return a value. Please, do not rename the function.
Sample Input 1:
8 11Sample Output 1:
19Create a free account to access the full topic