To list files in a directory, you can use the listdir() method that is provided by the os built-in module: import os dirname ...
確定! 回上一頁