Skip to content

Commit 5d788ba

Browse files
authored
Update tkinter_calculator.py
1 parent 259fd19 commit 5d788ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tkinter_calculator.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import tkinter as tk
22
import tkinter.messagebox
33
from tkinter.constants import SUNKEN
4+
45
window=tk.Tk()
56
window.title('Claculator')
67
frame=tk.Frame(master=window,bg="skyblue",padx=10)

0 commit comments

Comments
 (0)