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..)
1 Odpowiedź
0
Yes use from module import *. However * is a wild card so carefull.