Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
medium
Python
generators and yield
Single-choice MCQ
1 views
What does this code print?
it = iter([])\nnext(it)