Q.

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

A. \\t\\tworld\\n
B. \\t\\tworld\\n
C. \\t\\tworld\\n
D. world
Answer» D. world
Explanation: execute help(string.strip) to find details.
2k
0
Do you find this helpful?
16

Discussion

No comments yet