学习笔记(1):零基础掌握 Python 入门到实战-深入浅出字符串(三)

立即学习:https://edu.csdn.net/course/play/26676/338776?utm_source=blogtoedu

index

split  列表作用

lst

"l like {0} and {1}".format("python", "physics")    格式填充

“I like {0:10} and {1:>15}”.format("python", "physics")

格式對齊

“I like {0:^10} and {1:>15}”格式居中

設定類型

"She is {0:4d} years old and {1:.1f}m in height".format(28,1.68)

你可能感兴趣的:(研发管理,编程语言,python,人工智能,语言,Python)