Python学习(二) 格式化数据
摘要:python格式化字符串方式有两种 %和format1、百分号方式:%[(name)][flags][width].[precision]typecode2、format方式:[[fill]align][sign][#][0][width][,][.precision][type] 百分号方式:%[
阅读全文
posted @ 2019-01-14 16:23
posted @ 2019-01-14 16:23
posted @ 2019-01-11 16:28