class 12th computer science
Attachments:
RATHIJAAT:
ya so...I am asking for relationship
Answers
Answered by
10
def POP(STACK):
if len(STACK) > 0:
print(STACK[-1])
del STACK[-1]
Similar questions