Examveda

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

A. \t\tWorld\n

B. \t\tWorld

C. \t\tWORLD\n

D. World

Answer: Option D


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python