AttributeError: 'tuple' object has no attribute 'strip' error occurs when intercepting the length
strip is a string function, and of course the tuple type will report an error
strip is a string function, and of course the tuple type will report an error