Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What does the itertools module provide?

  1. A Memory-efficient iterator building blocks such as chain, groupby and combinations
  2. B File handling utilities
  3. C Network protocols
  4. D GUI components
Answer

Memory-efficient iterator building blocks such as chain, groupby and combinations

itertools functions return iterators rather than lists, which keeps memory use low when processing large sequences.

All Python MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as