print(list(map(lambda x, y: str(x)+'*'+str(y)+'='+str(x*y), sum((map(lambda x: [x]*9, range(1,10))),[]), list(range(1, 10))*9)))
물론 에망센 미친짓에 비하면 초라함 ㅇㅅㅇ
print(list(map(lambda x, y: str(x)+'*'+str(y)+'='+str(x*y), sum((map(lambda x: [x]*9, range(1,10))),[]), list(range(1, 10))*9)))
물론 에망센 미친짓에 비하면 초라함 ㅇㅅㅇ
댓글 0