[PYTHON/COMMON] product 클래스 : 곱집합(Cartesian product) 리스트 구하기


■ product 클래스를 사용해 곱집합(Cartesian product) 리스트를 구하는 방법을 보여준다.

예제 코드 (PY)