There are n number of articles and each articles contains m number of files.
How to use threading concept and print the values sequentially.
Using of for loops on each 'n' number of articles it prints value from 1 to m files. second articles initializes again to 1 and print m files.
The problem is n articles and m number of files within n articles should print in sequential order.