Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import locale
  2.  
  3. locale.setlocale(locale.LC_NUMERIC, 'rus')
  4. print(locale.format('%.2f', 2.23)) # выведет 2,23
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement