Ad

Simple test to see how creating Kumites work

This function should return the sum of a and b.

(1,2) => 3
(5,9) => 14
(-3,8) => 5

def add(a, b):
    return a + b