sandbox.py

Created by asness

Created on February 26, 2019

84 Bytes


# Type your text here
add = lambda a, b: a + b
reduce(add, [1, 2, 3])