Pilih file acak dari direktori

import os, random
random.choice(os.listdir("C:\\")) #change dir name to whatever
Successful Salamander