MCQs > IT & Programming > Python > What is the result of the following code: >>> import itertools >>> x = itertools.count(0) >>> x.__class__.__name__

Python MCQs

What is the result of the following code:

>>> import itertools

>>> x = itertools.count(0)

>>> x.__class__.__name__

Answer

Correct Answer: 'count'

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