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!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
0
Yes use from module import *. However * is a wild card so carefull.
21st Sep 2016, 6:05 AM
isk
isk - avatar