蟒蛇的货币符号

2022-05-08

以下示例是关于Python中包含蟒蛇的货币符号用法的示例代码,想了解蟒蛇的货币符号的具体用法?蟒蛇的货币符号怎么用?蟒蛇的货币符号使用的例子?那么可以参考以下相关源代码片段来学习它的具体使用方法。

[英]:python currency signs源码类型:Python
from forex_python.converter import CurrencyCodes
print(CurrencyCodes().get_symbol('USD'))

#>>>$

本文地址:https://www.itbaoku.cn/snippets/785545.html