Reading Tests Playground
Dummy function add
to showcase the process of reading and understanding tests. Welcome to Test Driven Development!
Solution 1
def add(x, y):
return x + y
Dummy function add
to showcase the process of reading and understanding tests. Welcome to Test Driven Development!
Solution 1
def add(x, y):
return x + y