📜  将百分号添加到字符串 python 代码示例

📅  最后修改于: 2022-03-11 14:46:57.281000             🧑  作者: Mango

代码示例2
val = "The percentage is 95.68"
print(f"{val}%")