Comment Re:Japan, China, and the UK. (Score 1) 224
The credit rating downgrade wasn't due to the debt: it was due to the house playing silly-bugger gumes like forcing shutdowns with the debt ceiling and continuing resolutions.
The credit rating downgrade wasn't due to the debt: it was due to the house playing silly-bugger gumes like forcing shutdowns with the debt ceiling and continuing resolutions.
Actually, the sum and map is better replaced with len and filter
key=lambda c: len(filter(lambda j: InRangeAndEmpty(c[0]+j[0], c[1]+j[1]), jumps))
Can't you replace the call to reduce(lambda x,y: x+y,
Real programmers don't comment their code. It was hard to write, it should be hard to understand.