안녕하세요. 이승혁입니다. 지난 포스팅까지 문자열, 리스트, 딕셔너리를 활용할 수 있는 실습들을 진행했습니다. 포스팅 한 메소드들 외에 여러 메소드들을 활용할 수 있습니다. 아래 주소를 통해 좀더 높은 수준의 학습을 진행할 수 있습니다. https://docs.python.org/3/ Compile ※ compile 문자를 실행할 수 있는 소스 객체로 반환해주는 함수입니다. https://www.w3schools.com/PYTHON/ref_func_compile.asp Python compile() Function Python compile() Function ❮ Built-in Functions Example Compile text as code, and the execute it: x = compil..