Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumPythongenerators and yieldSingle-choice MCQ1 views

What does this code print?

it = iter([])\nnext(it)