Skip to content

Instantly share code, notes, and snippets.

Created September 24, 2010 01:32
Show Gist options
  • Save anonymous/594727 to your computer and use it in GitHub Desktop.
Save anonymous/594727 to your computer and use it in GitHub Desktop.
def fix_start(s):
a = s[1:]
b = s[0]
return a.replace(b, '*')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment