MCQs > IT & Programming > Python > Output of the following statements: >>> letlist = ('a','B','Z','r','w') >>> for c in letlist: print c, # inserts spaces

Python MCQs

What will be the output of the following statements:

>>> letlist = ('a','B','Z','r','w')
>>> for c in letlist: print c, # inserts spaces


Answer

Correct Answer: a B Z r w

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

More Python MCQ Questions

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it