imdb
imdb copied to clipboard
Query about array usage
In imdb-folder.py line 45, I don't quite understand what is the usage of [d for d in os.listdir(subdir)]
, what is "d for d" mean?