Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to simplify Import

How to simplify this to be more small

from tkinter import *
from random import randint
from tkinter import ttk
import tkinter as tk
import random, os

Thanks

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

constructing on @SAM’s answer, you can further reduce a line of code like this:

import tkinter as tk
import random, os

If you want to further make it a 1-liner, then you must perform blasphemy in python: the semicolon

import tkinter as tk; import random, os
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading