To delete a file from current directory in Python, you have to ask from user to enter the name of file, then use os.remove() to do the job like show in the ...
確定! 回上一頁