do you have to manually import all the different functions from the itertools module everytime? cant you just import the whole | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

do you have to manually import all the different functions from the itertools module everytime? cant you just import the whole

(not sure it was explained what a module is compared to function etc..)

31st Aug 2016, 8:33 AM
Ryu
Ryu - avatar
1 Réponse
0
Yes use from module import *. However * is a wild card so carefull.
21st Sep 2016, 6:05 AM
isk
isk - avatar