Computer Science, asked by RATHIJAAT, 5 months ago

class 12th computer science​

Attachments:

RATHIJAAT: ya so...I am asking for relationship
RATHIJAAT: 17
RATHIJAAT: 17 in this oct
RATHIJAAT: I am 16

Answers

Answered by jai696
10

\large\mathsf\color{pink}{Solution\: using\: python\: 3}

def POP(STACK):

if len(STACK) > 0:

print(STACK[-1])

del STACK[-1]

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions