Question: python2.7 Craps ) .mainloop from tkinter import Label, Tk, Entry, Button, END from tkinter.messagebox import showinfo #simplified BIM Calculation: BMI- (Weight in Pounds / (Height
Craps ) .mainloop from tkinter import Label, Tk, Entry, Button, END from tkinter.messagebox import showinfo #simplified BIM Calculation: BMI- (Weight in Pounds / (Height in nches x Height in nches)) x 703 class BMIGUI (Tk) def init (self,parent-None) constructor' pass def getBMIDescription (self,value) returns the text description of the BMI based on the number passed in pass def calculateBMI (self) 'when the button is pressed, collects all values and calculates BMI pass def make widgets (self): 'adds widgets to the GUI pass BMIGUI ) mainloop )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
