Skip to content

Instantly share code, notes, and snippets.

@dangayle
Created February 23, 2015 23:34
Show Gist options
  • Save dangayle/fbd1312bce116abc1722 to your computer and use it in GitHub Desktop.
Save dangayle/fbd1312bce116abc1722 to your computer and use it in GitHub Desktop.
def leaders(text, delimiter):
text = text.split(delimiter)
return "{0}{1:.>30}".format(*text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment