How many types we can use tkinter module in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How many types we can use tkinter module in python

Python3

12th Mar 2020, 3:35 PM
Ankit Kumar Singh
Ankit Kumar Singh - avatar
5 Answers
+ 2
Hey Ankit Kumar Singh do you mean how many times you can import tkinter in a python code?
12th Mar 2020, 3:45 PM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 1
You only need to import it once
12th Mar 2020, 3:54 PM
✳AsterisK✳
✳AsterisK✳ - avatar
0
Actually yes
12th Mar 2020, 3:53 PM
Ankit Kumar Singh
Ankit Kumar Singh - avatar
0
No I wanted to know that how many different types of we can write a code after importing the tkinter module
12th Mar 2020, 3:55 PM
Ankit Kumar Singh
Ankit Kumar Singh - avatar
0
there are many ways you can import tkinter module Example-- 1.import tkinter 2.from tkinter import * 3. import tkinter as tk
11th Apr 2020, 4:05 PM
Rishi
Rishi - avatar