Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Maybeline solution in Clear category for The Highest Building by veky
def checkio(buildings):
for i, line in enumerate(buildings):
if any(line): return f'{1 + line.index(1)} {len(buildings) - i}'
Feb. 28, 2018
Comments: