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...
+ 2
https://docs.python.org/2/library/tkinter.html
0
I am asking about importing tkinter....
0
PRASHANT NAINWAL you can just use - import tkinter
But do it in your computer because sololearn doesn't support it