Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
lambda solution in Clear category for Lightbulb Intro by vodka-bears
sum_light = lambda l: sum((b - a).total_seconds() for a, b in zip(l[::2], l[1::2]))
Dec. 28, 2021