Answers for "remove the extension of a file in python"

0

python code to remove file extension

import os
print os.path.splitext("sample.txt")[0]
Posted by: Guest on June-26-2020

Code answers related to "remove the extension of a file in python"

Python Answers by Framework

Browse Popular Code Answers by Language