Skip to content

Instantly share code, notes, and snippets.

# importing libraries or modules
from tkinter import*
# creating window
root = Tk()
root.title("quiz for 10th f1 students".upper())
root.iconbitmap("images/10th f1.ico")
root.resizable(0, 0)