Importing module in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Importing module in Python

How to download module for Python to use it here

19th Feb 2019, 3:19 PM
PRASHANT NAINWAL
PRASHANT NAINWAL - avatar
4 Answers
+ 2
You can >>> import module from library but I'm not sure which ones sololearn supports For example import car x = dir(car) print(x) I think thats what your asking...
19th Feb 2019, 3:27 PM
Markpeach96
Markpeach96 - avatar
+ 2
https://docs.python.org/2/library/tkinter.html
19th Feb 2019, 3:38 PM
Markpeach96
Markpeach96 - avatar
0
I am asking about importing tkinter....
19th Feb 2019, 3:37 PM
PRASHANT NAINWAL
PRASHANT NAINWAL - avatar
0
PRASHANT NAINWAL you can just use - import tkinter But do it in your computer because sololearn doesn't support it
19th Feb 2019, 4:19 PM
Seniru
Seniru - avatar