2021-07-15 게시 됨2021-07-17 업데이트 됨python몇 초안에 읽기 (약 9 단어)python 문자열 trim, 앞뒤 공백 제거12output = ' 안녕 '.strip()print(output) # 안녕 python 문자열 trim, 앞뒤 공백 제거https://chinsun9.github.io/2021/07/15/python-str-strip/AuthorchinsungPosted on2021-07-15Updated on2021-07-17Licensed under#python