Question: In python 3.6, write the following program: Program: Calculator Write a program that allows the user to specify two numbers and then adds, subtracts, or

In python 3.6, write the following program:

Program: Calculator

Write a program that allows the user to specify two numbers and then adds, subtracts, or multiplies them when the user clicks on the appropriate button.

Modification and requirements:

_____ Window title should be "Calculator"

self.main_window.title("?????")

_____ Labels - change the attributes of the color, font, size and bold the answer

Example self.label = tkinter.Label(self.main_window, \

text='?????????!', font=(" should Arial", 12, "bold"), fg="blue", bg="pink")

_____ Modify Buttons to to have color

_____ Modify Entry labels to be right aligned

_____ Add a quit button that has code to quit

NOTE: You design the layout of the Window

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!