Question
How can i read multiple files in a single directory using for loop?
I need to read more number of files in a single folder having common names only changes by numbering. In my prob, all the files have common name "level1,level2, level3" and so on. Can i use concat along with for loop or is there any option to read 82 files of this kind at a time?

