Functions of itertools ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Functions of itertools ?

I want functions of itertools and exact explain of these.

1st Jan 2018, 2:43 PM
Mostafa Haghiri
Mostafa Haghiri - avatar
2 Answers
+ 6
import itertools as it print(dir(it)) # pick something print(it.combinations.__doc__) print(help(it.combinations)) # Install Python Documentation by Little Drops (Google Play)
1st Jan 2018, 5:29 PM
Kirk Schafer
Kirk Schafer - avatar
0
yeah
23rd Jan 2018, 3:45 PM
zhizhunrongge