File size: 196 Bytes
db88ae6
08fce87
db88ae6
08fce87
 
 
db88ae6
08fce87
 
 
aa7111b
1
2
3
4
5
6
7
8
9
10
11
def add(a, b):
    """Computes and returns the sum of two numbers.

Args:
    a (int): The first number.
    b (int): The second number.

Returns:
    int: The sum of a and b.
"""
    return a + b