From 13f7f03203eac61b0c0712f62787daa244cd07bd Mon Sep 17 00:00:00 2001 From: Dilip2116 <47535665+Dilip2116@users.noreply.github.com> Date: Fri, 5 Apr 2019 10:02:48 +0530 Subject: [PATCH] Update pythontkinter.py --- pythontkinter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythontkinter.py b/pythontkinter.py index b8793a0..d798341 100644 --- a/pythontkinter.py +++ b/pythontkinter.py @@ -1,7 +1,7 @@ from tkinter import * import os #The functions that the OS module provides allows you to interface with the underlying operating system that Python is running on import glob #The glob module finds all the pathnames matching a specified pattern - +#alfaij HEADING_FONT = ('Comic Sans MS', 40, 'bold') SUBHEADING_FONT = ('Comic Sans MS', 25, 'bold') BUTTON_FONT = ('Ariel', 20, 'italic')