Suppose S Is 8220ttworldn8221 What Is Sstrip #232
Suppose s is “\t\tWorld\n”, what is s.strip()?
This multiple choice question (MCQ) is related to the book/course
gs gs109 Python.
It can also be found in
gs gs109 Python Strings - Python Strings - Quiz No.3.
Suppose s is “\t\tWorld\n”, what is s.strip()?
\t\tWorld\n
\t\tWorld\n
\t\tWORLD\n
World