0
How many types we can use tkinter module in python
Python3
5 Respuestas
+ 2
Hey Ankit Kumar Singh do you mean how many times you can import tkinter in a python code?
+ 1
You only need to import it once
0
Actually yes
0
No I wanted to know that how many different types of we can write a code after importing the tkinter module
0
there are many ways you can import tkinter module Example-- 1.import tkinter
2.from tkinter import *
3. import tkinter as tk