学习笔记(07):600 分钟搞定 Python 入门到实战-字符和字符串-3

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

help(s.index)

a.split=(" ")

‘-’.join(lst):组合字符串

 

字符串格式化输出:

‘i like {0:^10}(表居中)and {1:>10}(表右对齐)’.format('python','physics')

 

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