python格式化百分比输出,如何将浮点数输出为百分数,不需要额外代码的简便方法

m = 0.23521

print(f’{m:.2%}’)

# 23.52%

    原文作者:ws_nlp_
    原文地址: https://blog.csdn.net/qq_33624866/article/details/113030530
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞