📜  从目录中选择随机文件 - Python 代码示例

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

代码示例1
import os, random
random.choice(os.listdir("C:\\")) #change dir name to whatever