python 字符串格式化输出

方法1、使用(%s %d %f ) 格式化输出

例子:python 字符串格式化输出_第1张图片

 

方法2、使用( format )格式化输出

例子: 

python 字符串格式化输出_第2张图片

   

方法3、使用简写( f )格式化输出

例子: 

python 字符串格式化输出_第3张图片

 

拓展:数据保留n位小数输出的3种写法,

python 字符串格式化输出_第4张图片

你可能感兴趣的:(Python,python,开发语言)