You can download this code by clicking the button below.
This code is now available for download.
Compute the sum of two integers.
Technology Stack : None
Code Type : Mathematical calculation
Code Difficulty :
def a_list_sum(a, b):
return a + b