Page 1 of 1

Suppose s is “\t\tWorld\n”, what is s.strip()?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) \t\tWorld\n
b) \t\tWorld\n
c) \t\tWORLD\n
d) World