Question: POINTS] Write a separate python program to accomplish this question. You are required to use Tkinter to accomplish the following tasks: A. [2 POINTS] Create

 POINTS] Write a separate python program to accomplish this question. You

POINTS] Write a separate python program to accomplish this question. You are required to use Tkinter to accomplish the following tasks: A. [2 POINTS] Create and display a Tkinter window of size " 250100 ", then set the window Title to "negative/positive" B. [2 POINTS] Add a Label widget with text="Number:", place it at row =0 and column =0. Set padding from all dimensions to 20 . C. [1 POINT] Add an Entry widget with width=25, placed at row =0 and column =1. D. [2 POINTs] Add a Button widget with text="Check" and width =15, placed at row =1 and column =1, aligned to the RIGHT side. E. [3 POINTS] Make a function called negativePositive(number) that is executed when you press the button. The function accepts an integer argument called 'number'. The function checks if the number is positive, it displays an Information Dialog entitled "Information" with " Positive " as a message. Otherwise, it displays a Warning Dialog entitled "Warning" with " Negative" as a message. Note: The window and dialogs should look like the Figure below

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!