Skip to content

Instantly share code, notes, and snippets.

@takaki
Created October 12, 2012 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takaki/3878095 to your computer and use it in GitHub Desktop.
Save takaki/3878095 to your computer and use it in GitHub Desktop.
python locale format
#!/usr/bin/python
import locale
locale.setlocale(locale.LC_ALL,'')
locale.format_string("%d円", 12345, True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment