摘要:
1、截图: 阅读全文
posted @ 2021-09-28 08:23
七彩蜗牛
阅读(242)
评论(0)
推荐(0)
摘要:
# 字符串格式化 ''' {参数序号:格式控制标记} 填充 对齐(< > ^) 宽度 逗号 精度 类型 ''' a = "hello" b = "world" print("{},{}".format(a, b)) print("{1},{0}".format(a, b)) # 填充 s = "he 阅读全文
posted @ 2021-09-28 08:16
七彩蜗牛
阅读(338)
评论(1)
推荐(0)
浙公网安备 33010602011771号