How do i import multiple modules at once | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do i import multiple modules at once

modules

25th Feb 2018, 10:46 AM
Benedict 47
Benedict 47 - avatar
2 Answers
+ 4
You can do that by seperating them with commas. Like this: import mod1, mod2, mod3, mod4, mod5
25th Feb 2018, 1:49 PM
Harsh
Harsh - avatar
+ 1
python.. sorry
25th Feb 2018, 11:56 AM
Benedict 47
Benedict 47 - avatar