chaudhary19 / Tkinter-Scientific_calc-and-Notepad

Scientific calculator and Notepad using Python GUI -Tkinter
9 stars 12 forks source link

Code Fixes according to Conventions #11

Closed ghost closed 4 years ago

ghost commented 4 years ago

line 14 --> Comparison to none was done with equality operator(=) -> (as identity comparison works faster with None) line 64 and 107--> method name as starting with Caps