0

Does anybody know what the {0:>{1}} means in the print('{0:>{1}}'.format(num, width), end='')

thank you very much

Andy
  • 49,085
  • 60
  • 166
  • 233
  • 4
    This question displays such a [lack of research](http://meta.stackoverflow.com/questions/261592/how-much-research-effort-is-expected-of-stack-overflow-users) that makes it likely to be closed as "too broad". – Paulo Scardine Feb 03 '15 at 22:04
  • https://docs.python.org/2/library/string.html#format-specification-mini-language – DNA Feb 03 '15 at 22:05
  • 1
    Just read through the [docs](https://docs.python.org/2/library/string.html#string-formatting). As @PauloScardine, says, you have put very little effort in. Come back when you've made a real attempt at the issue. – Red Shift Feb 03 '15 at 22:07

0 Answers0