Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database 11g SQL

Authors: Jason Price

1st Edition

0071498508, 978-0071498500

More Books

Students also viewed these Databases questions