- 1
Tkinter
How to import the Tkinter library into Python?
3 ответов
+ 5
1. Install it.
2. Import it.
3. Use it.
However, on sololearn we cannot use GUI in Python so installing and importing is in vain.
Here's an example how to install modules on sololearn:
https://code.sololearn.com/ckBJoTlEYWxj/?ref=app
You don't need to downvote my reply just because the question was posted imprecisely.
0
Just like any other Python module.
0
I meant exactly in SoloLearn