MCQs > IT & Programming > Python > Output of the following statements: >>> import string >>> s = 'little fox\011jumps over a lazy dog' >>> string.expandtabs(tabsize=1, s=s)

Python MCQs

What will be the output of the following statements:

>>> import string
>>> s = 'little fox\011jumps over a lazy dog'
>>> string.expandtabs(tabsize=1, s=s)


Answer

Correct Answer: little fox jumps over a lazy dog

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it