C·Java·Python
파이썬 앞뒤의 불필요한 문자열 잘라내기
SubjectOwner
2024. 1. 9. 15:34
data=- = "<< 피자 햄버거 치킨 >>"
result = data.strip("<> ")