import os path = 'sample/' print('Sample Folder: ', os.listdir(path)) os.unlink('sample/python_file.py') print('Delete File') ...
確定! 回上一頁