sum( i for i in filter(lambda)), zip() dict(), dict(zip(keys, values)), .get() .items(), 딕셔너리 정의 = { } , 값 조회 = [ ], swap, 언패킹, min(), .append()
else 0 , list(filter()), x in 탐색할 시퀀스 → x = 찾고 싶은 값, all(s in "05" for s in str(i)) 삼항 연산자는 값을 반환하는 용도로만 ✅ 조건 실행 ❌ remove() vs, pop(), 빈 배열 확인 : len(list) == 0 → if not list: 🆗
map(), filter(), sorted(), max(), min(), ‘ ‘.join(), append(), for문으로 뺀 값은 문자열 취급! → int() 로 형 변환 해야함✅, 문자열 뒤집을땐 [ 범위 ] [ : : -1 ] 이렇게!