Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One-liner solution in Creative category for Sum Numbers by suic
sum_numbers=lambda t,r=__import__("re").compile(r'\b\d+\b'):sum(map(int,r.findall(t)))
March 13, 2020
Comments: