Paul Rubin <http://phr...@nospam.invalid> writes: > '%.3K' % 1234567 = 1.235K # K = 1000 > '%.:3Ki' % 1234567 = 1.206K # K = 1024
I meant 1.235M and 1.177M, of course. -- http://mail.python.org/mailman/listinfo/python-list
Paul Rubin <http://phr...@nospam.invalid> writes: > '%.3K' % 1234567 = 1.235K # K = 1000 > '%.:3Ki' % 1234567 = 1.206K # K = 1024
I meant 1.235M and 1.177M, of course. -- http://mail.python.org/mailman/listinfo/python-list