Question: Given the following window class, where will the button be located on the window? class Calc ( EasyFrame ) : def _ _ init _
Given the following window class, where will the button be located on the window?
class CalcEasyFrame:
def initself:
EasyFrame.initself title "Demo", width
self.addLabeltext "Num", row column
self.xField self.addIntegerFieldvalue row column
self.addButtontext "Compute", row column columnspan command self.compute
def computeself:
self.xField.setNumber
Question options:
a
bottom center
b
top left
c
bottom left
d
top right
e
top center
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
