람다함수

람다 함수와 함께 쓰이는 함수들

map()

Untitled

Untitled

Untitled

n, m = map(int, input().split())

sort(), sorted()

Untitled