Dec-25-2016, 08:51 PM
I should have been more specific : I am trying to format a 'string' of numbers with a comma using the format statement you gave me:
'{}'.format(('$' + taxableequity).rjust(12, ' '))It works perfect, except no comma.