📜  python代码示例中的os.listdir

📅  最后修改于: 2022-03-11 14:45:14.454000             🧑  作者: Mango

代码示例2
from os import listdir

## Prints the current directory as a list (including file types)
print(os.listdir())