python strip txt

Solutions on MaxInterview for python strip txt by the best coders in the world

showing results for - "python strip txt"
Alma
28 Jun 2017
1>>> text
2'132abcd13232111'
3
4>>> text.strip('123')
5'abcd'
6
similar questions
queries leading to this page
python strip txt