Python - List / Dictionary comprehensionlist comprehension이란? 새로운 list를 만들 때 사용할 수 있는 간단한 표현식이며,list와 마찬가지로 대괄호 - \[ ] 를 사용하여 작성한다.형식은 2종류이며 각각 아래와 같이 사용할 수 있다. 표현식 for 원소 in 반복가능한 객체 표현식 fhttps://velog.io/@enjoywater/Python-List-Dictionary-comprehension