Files
python/exercises/practice/accumulate/accumulate.py
2021-01-29 11:14:36 -05:00

3 lines
48 B
Python

def accumulate(collection, operation):
pass