Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # int_commas_as_thousands_separators.py
- value = 1234567890.0123
- print "{:,}".format(value)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement