MCQs > IT & Programming > Python > Output of following code? items = set() items.add('google') items.add('apple') items.add('microsoft') print(items)

Python MCQs

What will be the output of following code? items = set() items.add("google") items.add("apple") items.add("microsoft") print(items)

Answer

Correct Answer: set(['google', 'apple', 'microsoft'])

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