Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Monster solution in Creative category for Auto Painting by veky
checkio=lambda c,n:",".join(map("".join,[("0123456789"[:n]*2)[i:i+min(n,c)]for
i in range(0,n*2,min(c,n))]))
Jan. 3, 2014
Comments: