Question: PART B B . 1 . [ 6 marks ] Consider the following python program. class Stack: d e f i nit ( self )
PART B
B marks
Consider the following python program.
class Stack:
nit self:
self.items
def Push item:
self.items.append
def Pop:
return self.items.pop
def isEmpty:
return self.items
def size:
return lenitems
return self.items.pop
def isEmptyself:myStack Stack myStack.PushmyStackPushitem myStack.PopOprintitemmyStackPushmyStackPushitem myStack.PopOprintitemmyStackPushmyStackPushitem myStack.Popprintitemwhile not myStack.isEmpty:item myStack.Popprintitema What will be printed in the first three printitem statements?rarr print: stack.b What will be printed in the while loop?
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
