microsoft / c9-python-getting-started

Sample code for Channel 9 Python for Beginners course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pad Folder numbers with leading zeros

ericbauer55 opened this issue · comments

On github, the folder labels currently sort like:

  • 10 - topic blah
  • 11 - topic blahh
  • 1 - topic beginner
  • 2 - topic other
  • ...

Add zeros to sort like:

  • 01 - topic beginner
  • 02 - topic other
  • ...
  • 10 - topic blah
  • 11 - topic blahh