So I have a problem I know can be solved with string formatting but I really don't know where to start. What I want to do is create a list that is padded so that there is n number of characters before a comma as in the list below.
1148,
39,
365,
6,
56524,
Cheers and thanks for your help :)