Hello all, I'm trying to pretty print a list, so I am doing something like<div><br></div><div>print '%3d' % integer</div><div><br></div><div>only I would like that 3 to be a variable, instead of hardcoded. Is this possible, or are there any other ways to accomplish this? Thanks!</div>