https://www.cnblogs.com/taoyucheng/p/10527824.html
https://www.magedu.com/tag/pythonmst
18.字符串、列表、元组、字典每个常用的5个方法?
答:字符串,strip、lstrip、rstrip、count、center、find、index、replace、capitalize、startwith、endwith、split、rsplite、join
列表,append、insert、extend、pop、del、reverse、sort、len、max、min、count、index、sorted、insert
字典,get、pop、len、del