1. 파이썬 사용 例 ㅇ 리스트,문자열 뒤집기 (Reverse List,String) - 슬라이싱 : s = s[::-1] - 내장 함수 : reversed(s) - 메소드 : s.reverse() ㅇ ... 편집중 ...