Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Second solution in Speedy category for Lightbulb Intro by penedesimio
from datetime import datetime
def sum_light(els):
i=iter(els)
return round(sum((y-x).total_seconds() for x, y in zip(i, i)))
March 15, 2021