Standard Calculator code with python :
- Using Python, import Tkinter packages and PIL Image, ImageTk to build a standard calculator.
- Improved the UI design by importing Tkinter font and PIL image to allow users to view a fresh UI design.
- Using lambda syntax to simplify code readability by decreasing at least 10 lines of code.