python strip txt code example Example: python strip txt >>> text '132abcd13232111' >>> text.strip('123') 'abcd'