Skip to content

Commit b31334d

Browse files
committed
Update CalcGUIModified.py
1 parent 4d3d018 commit b31334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3 calcGUI/CalcGUIModified.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def create_widgets(self):
198198
self.one_bttn = Button(self, text="1", width=9, height=3,bg='LightBlue', fg='red', command=lambda: self.add_chr(1))
199199
self.one_bttn.grid(row=3, column=0)
200200

201-
self.two_bttn = Button(self, text="omodara", width=9, height=3, bg='LightBlue', fg='red',command=lambda: self.add_chr("Kunle"))
201+
self.two_bttn = Button(self, text="DT", width=9, height=3, bg='LightBlue', fg='red',command=lambda: self.add_chr("Kunle"))
202202
self.two_bttn.grid(row=3, column=1)
203203

204204
self.three_bttn = Button(self, text="3", width=9, height=3,bg='LightBlue', fg='red', command=lambda: self.add_chr(3))

0 commit comments

Comments
 (0)