One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| # 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) |
| { | |
| "0": "-----", | |
| "1": ".----", | |
| "2": "..---", | |
| "3": "...--", | |
| "4": "....-", | |
| "5": ".....", | |
| "6": "-....", | |
| "7": "--...", | |
| "8": "---..", |