파이썬에서
list = os.listdir(path)
해서 폴더안에있는 파일들 이름을 리스트로 얻었습니다.
근데 값을 print해보니 확장자가 다 붙어있습니다.
확장자명 제거 어떻게하나요?