久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

將浮點數轉換為美元和美分

Converting Float to Dollars and Cents(將浮點數轉換為美元和美分)
本文介紹了將浮點數轉換為美元和美分的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

首先,我嘗試過這篇文章(以及其他):Python 中的貨幣格式.它對我的變量沒有影響.我最好的猜測是因為我使用的是 Python 3,而那是 Python 2 的代碼.(除非我忽略了某些東西,因為我是 Python 新手).

First of all, I have tried this post (among others): Currency formatting in Python. It has no affect on my variable. My best guess is that it is because I am using Python 3 and that was code for Python 2. (Unless I overlooked something, because I am new to Python).

我想將浮點數(例如 1234.5)轉換為字符串,例如$1,234.50".我該怎么做呢?

為了以防萬一,這是我編譯的代碼,但不影響我的變量:

And just in case, here is my code which compiled, but did not affect my variable:

money = float(1234.5)
locale.setlocale(locale.LC_ALL, '')
locale.currency(money, grouping=True)

同樣失敗:

money = float(1234.5)
print(money) #output is 1234.5
'${:,.2f}'.format(money)
print(money) #output is 1234.5

推薦答案

在 Python 3.x 和 2.7 中,您可以簡單地這樣做:

In Python 3.x and 2.7, you can simply do this:

>>> '${:,.2f}'.format(1234.5)
'$1,234.50'

:, 添加逗號作為千位分隔符,.2f 將字符串限制為小數點后兩位(或添加足夠的零以達到小數點后兩位,視情況而定)在最后.

The :, adds a comma as a thousands separator, and the .2f limits the string to two decimal places (or adds enough zeroes to get to 2 decimal places, as the case may be) at the end.

這篇關于將浮點數轉換為美元和美分的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

Python 3 Float Decimal Points/Precision(Python 3 浮點小數點/精度)
What are some possible calculations with numpy or scipy that can return a NaN?(numpy 或 scipy 有哪些可能的計算可以返回 NaN?)
Python float to ratio(Python浮動比率)
How to manage division of huge numbers in Python?(如何在 Python 中管理大量數字的除法?)
mean from pandas and numpy differ(pandas 和 numpy 的意思不同)
Function to determine if two numbers are nearly equal when rounded to n significant decimal digits(用于確定兩個數字在舍入到 n 個有效十進制數字時是否幾乎相等的函數)
主站蜘蛛池模板: 亚洲 欧美 日韩 在线 | www.亚洲精品| 久久综合888 | 日韩精品一区二区三区在线播放 | caoporn国产精品免费公开 | 久久久久无码国产精品一区 | 日本精品一区 | 欧美精品被 | 日本午夜免费福利视频 | 亚洲欧美激情国产综合久久久 | 国产美女黄色片 | 国产精品欧美一区二区三区不卡 | 日日骑| 操人视频在线观看 | 99国内精品| 免费视频一区二区三区在线观看 | 久久精品国产亚洲夜色av网站 | 青青艹在线视频 | 国产91精品久久久久久久网曝门 | 色婷婷婷婷色 | 国内自拍偷拍视频 | 久久久久国产一区二区三区四区 | 国产精品欧美一区二区三区不卡 | 538在线精品 | 精品国产一区二区三区久久狼黑人 | 成人毛片在线观看 | 青草福利 | 一区二区在线 | 91精品在线播放 | 国产在线不卡 | 五月激情婷婷网 | 国产一区二区三区在线视频 | 亚洲精品一区二区三区在线观看 | 精品国产乱码久久久久久蜜柚 | 欧美日韩国产在线 | 在线免费观看日本视频 | 欧美视频免费在线观看 | 欧美日韩在线一区二区 | 91大神新作在线观看 | 日本午夜一区二区三区 | 精品国产乱码久久久 |