课程
/后端开发
/Python
/python进阶
什么是rm序列
2018-07-19
源自:python进阶 2-6
正在回答
指要前后删除的序列,如:
>>> s = 'hehehehelloworldhehehe'
>>> s.strip('he')
'lloworld'
举报
学习函数式、模块和面向对象编程,掌握Python高级程序设计