Re: 24.5 심사문제 질문드립니다.
, 도장_ 관리자님이 작성코딩 연습에 목적이 있으므로 문제는 단순화되어 제시되는 편입니다.
원한다면 더 고도화해서 코드를 발전시켜도 됩니다.
자주 쓰는 구두점 목록은 string.punctuation으로 접근할 수 있습니다.
import string # Storing the sets of punctuation in variable result result = string.punctuation # Printing the punctuation values print(result) !"#$%&'()*+, -./:;<=>?@[\]^_`{|}~