Q. What is the output of ‘ text ‘.strip()?
Solution:
strip() removes leading and trailing whitespace, resulting in ‘text’.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
strip() removes leading and trailing whitespace, resulting in ‘text’.
Strengthen Your Practice with our comprehensive question bank.