exercism/python/example/example.py

3 lines
36 B
Python
Raw Normal View History

2016-08-23 17:33:06 +00:00
def add(x, y):
return x + y