Functions of itertools ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antworten
+ 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