Functions of itertools ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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